forked from OSchip/llvm-project
17600e29fa
The language reference says that: "If a symbol appears in the @llvm.used list, then the compiler, assembler, and linker are required to treat the symbol as if there is a reference to the symbol that it cannot see" Since even the linker cannot see the reference, we must assume that the reference can be using the symbol table. For example, a user can add __attribute__((used)) to a debug helper function like dump and use it from a debugger. llvm-svn: 187103 |
||
---|---|---|
.. | ||
2008-05-09-AllButMain.ll | ||
2008-05-09-AllButMain.ll.apifile | ||
2009-01-05-InternalizeAliases.ll | ||
available_externally.ll | ||
lit.local.cfg | ||
used.ll |