forked from OSchip/llvm-project
fa58f7528e
Marking them as used causes them to be considered visible outside of LTO. This prevents the symbols from being internalized or discarded, either by GlobalDCE or by summary-based dead stripping in ThinLTO. This change makes it unnecessary to add these symbols to llvm.compiler.used in the backend, as the symbols are kept alive by virtue of being external, so remove the backend code that handles that. Fixes PR32798. Differential Revision: https://reviews.llvm.org/D32544 llvm-svn: 301438 |
||
---|---|---|
.. | ||
PowerPC | ||
X86 | ||
invalid-dir.ll | ||
lit.local.cfg |