llvm-project/llvm/test/Analysis/CallGraph
Stanislav Mekhanoshin 5f0ac1ef78 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