[PATCH] D27131: [ELF] - Add support of proccessing of the rest allocatable synthetic sections from linkerscript.
Ed Maste via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 25 08:21:07 PST 2016
emaste added inline comments.
================
Comment at: test/ELF/eh-frame-marker.s:6-7
+// CHECK: Name: .eh_frame_hdr
// CHECK: Name: .eh_frame
// CHECK-NEXT: Type: SHT_PROGBITS
----------------
I don't think it should matter, but having these two sections ordered this way is consistent with what the GNU linkers do.
================
Comment at: test/ELF/eh-frame-marker.s:12-15
+// CHECK-NEXT: Address: [[ADDR:.*]]
// CHECK: Name: foo
+// CHECK-NEXT: Value: [[ADDR]]
----------------
Interesting, I learned something new about lit!
https://reviews.llvm.org/D27131
More information about the llvm-commits
mailing list