[llvm] [BOLT] Support computed goto and allow map addrs inside functions. (PR #120267)
Maksim Panchenko via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 28 14:01:38 PST 2025
================
@@ -0,0 +1,13 @@
+// This test checks that BOLT creates entry points for addresses
+// referenced by dynamic relocations.
----------------
maksfb wrote:
Since the test directly checks the computed goto code, I would rather keep the "indirect goto" part in the test name and in the description.
https://github.com/llvm/llvm-project/pull/120267
More information about the llvm-commits
mailing list