mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-12 05:56:28 +00:00
New testcase for PR276: llvm-g++ does not mangle method names that match stdlib function names
llvm-svn: 12265
This commit is contained in:
parent
9ce3638433
commit
d6712cf2da
@ -0,0 +1,8 @@
|
||||
// RUN: %llvmgcc -xc++ -c -o - %s | llvm-dis | grep _ZN11AccessFlags6strlenEv
|
||||
|
||||
struct AccessFlags {
|
||||
void strlen();
|
||||
};
|
||||
|
||||
void AccessFlags::strlen() { }
|
||||
|
Loading…
Reference in New Issue
Block a user