[PATCH] D30967: [ELF] Update tests to work even with modified defaults
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 14 20:37:26 PDT 2017
ruiu added inline comments.
================
Comment at: test/ELF/merge-reloc.s:51
# CHECK: Index:
-# CHECK: Name: .data
+# CHECK: Name: .rodata
# CHECK-NEXT: Type: SHT_PROGBITS
----------------
This
================
Comment at: test/ELF/merge-reloc.s:55
# CHECK-NEXT: SHF_ALLOC
-# CHECK-NEXT: SHF_WRITE
# CHECK-NEXT: ]
----------------
this
================
Comment at: test/ELF/merge-reloc.s:85
- .data
+ .rodata
.global gar
----------------
and this are unnecessary changes, no?
Repository:
rL LLVM
https://reviews.llvm.org/D30967
More information about the llvm-commits
mailing list