[llvm] [BOLT] Check if symbol is in data area of function (PR #160143)
Paschalis Mpeis via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 1 08:01:57 PDT 2025
================
@@ -0,0 +1,49 @@
+// This test checks that when looking for a function
+// corresponding to a symbol, BOLT is not looking
+// through a data area (constant island).
----------------
paschalis-mpeis wrote:
nit: can expand to 80 chars?
https://github.com/llvm/llvm-project/pull/160143
More information about the llvm-commits
mailing list