llvm-6502/lib
Rafael Espindola 382a5530ec Don't asume that a static function in an extern "C" block will not be mangled.
Since functions with internal linkage don't have language linkage, it is valid
to overload them:

extern "C" {
       static int foo();
       static int foo(int);
}

So we mangle them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175120 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-14 01:58:08 +00:00
..
Analysis Metadata for annotating loops as parallel. The first consumer for this 2013-02-13 18:08:57 +00:00
Archive
AsmParser
Bitcode
CodeGen Clean up LDV, no functionality change. 2013-02-13 20:23:48 +00:00
DebugInfo
ExecutionEngine
IR
Linker
MC [ms-inline asm] Add a comment about the determinism of the rewrite sort. 2013-02-13 21:27:17 +00:00
Object
Option
Support
TableGen
Target Don't asume that a static function in an extern "C" block will not be mangled. 2013-02-14 01:58:08 +00:00
Transforms Retain the name of the new internal global that's been shrunk. 2013-02-13 23:00:51 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile