1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/Analysis/CallGraph
Stanislav Mekhanoshin 3071fb3566 Set IgnoreLLVMUsed to false in CallGraph::addToCallGraph()
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
2021-04-08 11:14:09 -07:00
..
2008-09-09-DirectCall.ll
2008-09-09-UsedByGlobal.ll
callback-calls.ll
do-nothing-intrinsic.ll
ignore-assumelike-calls.ll Option to ignore assume like intrinsic uses in hasAddressTaken() 2021-02-25 09:48:29 -08:00
ignore-callback-uses.ll
llvm-used.ll Set IgnoreLLVMUsed to false in CallGraph::addToCallGraph() 2021-04-08 11:14:09 -07:00
no-intrinsics.ll
non-leaf-intrinsics.ll