Files
clang-p2996/llvm/lib/Transforms/IPO/ExtractGV.cpp
Christian Ulmann 2544d91956 llvm-extract: Replace IFuncs with declarations
This commit ensures that llvm-extract does not copy all IFuncs into the
resulting modules. Before this change, ifuncs were not modified which
could cause the emission unexpected IR files.

Reviewed By: darthscsi

Differential Revision: https://reviews.llvm.org/D152148
2023-06-06 07:18:33 +00:00

4.6 KiB