llvm-6502/lib
Bill Wendling 55ae515f9d Create the new linker type "linker_private_weak_def_auto".
It's similar to "linker_private_weak", but it's known that the address of the
object is not taken. For instance, functions that had an inline definition, but
the compiler decided not to inline it. Note, unlike linker_private and
linker_private_weak, linker_private_weak_def_auto may have only default
visibility.  The symbols are removed by the linker from the final linked image
(executable or dynamic library).



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111684 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-20 22:05:50 +00:00
..
Analysis Introduce a new temporary MDNode concept. Temporary MDNodes are 2010-08-20 22:02:26 +00:00
Archive
AsmParser Create the new linker type "linker_private_weak_def_auto". 2010-08-20 22:05:50 +00:00
Bitcode Create the new linker type "linker_private_weak_def_auto". 2010-08-20 22:05:50 +00:00
CodeGen Create the new linker type "linker_private_weak_def_auto". 2010-08-20 22:05:50 +00:00
CompilerDriver llvmc: Cut global namespace pollution. 2010-08-20 11:24:44 +00:00
ExecutionEngine When creating a JIT, try to load the program so that we can resolve symbols 2010-08-17 16:19:18 +00:00
Linker Revert r111082. No warnings for this common pattern. 2010-08-15 10:27:23 +00:00
MC MCELF: Count the section orders properly. Patch by Roman Divacky. 2010-08-19 13:44:49 +00:00
Support Update CMake build. 2010-08-20 18:56:46 +00:00
System Fix --disable-threads build, PR7949. 2010-08-20 20:54:37 +00:00
Target Create the new linker type "linker_private_weak_def_auto". 2010-08-20 22:05:50 +00:00
Transforms Re-apply r111568 with a fix for the clang self-host. 2010-08-20 18:24:43 +00:00
VMCore Create the new linker type "linker_private_weak_def_auto". 2010-08-20 22:05:50 +00:00
Makefile