[llvm-branch-commits] [llvm] [GOFF] Add writing of section symbols (PR #133799)
Fangrui Song via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Apr 1 21:37:15 PDT 2025
================
@@ -19,7 +19,7 @@
; CHECK: .quad L#PPA2-CELQSTRT * A(PPA2-CELQSTRT)
; CHECK: L#PPA1_void_test_0:
; CHECK: .long L#PPA2-L#PPA1_void_test_0 * Offset to PPA2
-; CHECK: .section "B_IDRL"
+; CHECK: .section ".idrl"
----------------
MaskRay wrote:
Q: Is the previous "B_IDRL" wrong?
https://github.com/llvm/llvm-project/pull/133799
More information about the llvm-branch-commits
mailing list