implement a new magic global "llvm.compiler.used" which is like llvm.used, but
authorChris Lattner <sabre@nondot.org>
Mon, 20 Jul 2009 06:14:25 +0000 (06:14 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 20 Jul 2009 06:14:25 +0000 (06:14 +0000)
commit401e10c4fbfcdcfade5065093e2ca97f69a1d144
tree831284f8410262eda3bfac6d33dfd150ad771249
parentba8dc03935fadb05d4d68f9913543df22487f523
implement a new magic global "llvm.compiler.used" which is like llvm.used, but
doesn't cause ".no_dead_strip" to be emitted on darwin.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76399 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LangRef.html
include/llvm/CodeGen/MachineModuleInfo.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/DwarfException.cpp
lib/CodeGen/MachineModuleInfo.cpp
lib/Transforms/IPO/Internalize.cpp
lib/Transforms/IPO/StripSymbols.cpp
test/CodeGen/X86/compiler_used.ll [new file with mode: 0644]