[llvm-branch-commits] [compiler-rt] [llvm] [clang] [GlobalISel] Always direct-call IFuncs and Aliases (PR #74902)
Jon Roelofs via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Dec 8 16:18:26 PST 2023
https://github.com/jroelofs created https://github.com/llvm/llvm-project/pull/74902
This is safe because for both cases, the use must be in the same TU as the
definition, and they cannot be forward delcared.
More information about the llvm-branch-commits
mailing list