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
ExecutionEngine
Linker
MC
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
VMCore Create the new linker type "linker_private_weak_def_auto". 2010-08-20 22:05:50 +00:00
Makefile