[llvm] [ThinLTO]Mark referencers of local ifunc not eligible for import (PR #92431)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Thu May 16 10:36:17 PDT 2024
================
@@ -326,7 +343,7 @@ static void computeFunctionSummary(
bool HasInlineAsmMaybeReferencingInternal = false;
bool HasIndirBranchToBlockAddress = false;
- bool HasIFuncCall = false;
----------------
teresajohnson wrote:
Suggest "HasLocalIFuncCallOrRef" to be more explicit
https://github.com/llvm/llvm-project/pull/92431
More information about the llvm-commits
mailing list