mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
3071fb3566
clang++ uses llvm.compiler.used in certain cases to preserve symbol which is fully inlined. D96087 has resulted in undefined symbols in such cases. Set it to false by default to preserve old behavior but keep the option for specific uses where we want to ignore these (e.g. to detect a potential indirect call to a function). Differential Revision: https://reviews.llvm.org/D99897 |
||
---|---|---|
.. | ||
2008-09-09-DirectCall.ll | ||
2008-09-09-UsedByGlobal.ll | ||
callback-calls.ll | ||
do-nothing-intrinsic.ll | ||
ignore-assumelike-calls.ll | ||
ignore-callback-uses.ll | ||
llvm-used.ll | ||
no-intrinsics.ll | ||
non-leaf-intrinsics.ll |