[PATCH] D13303: ELF2: Add DT_REL{,A}ENT and DT_SYMENT.

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 30 13:30:32 PDT 2015


rafael accepted this revision.
rafael added a comment.
This revision is now accepted and ready to land.

LGTM with a nit.


================
Comment at: test/elf2/dynamic-reloc.s:48
@@ -47,2 +47,3 @@
 // CHECK-NEXT:  0x0000000000000008 RELASZ               [[RELASIZE]] (bytes)
+// CHECK-NEXT:  0x0000000000000009 RELAENT
 // CHECK-NEXT:  0x0000000000000006 SYMTAB
----------------
You can check the numeric value, it is not going to change any time soon :-)


http://reviews.llvm.org/D13303





More information about the llvm-commits mailing list