[PATCH] D14831: [ELF/AArch64] Accept -m aarch64linux.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 19 13:14:59 PST 2015
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM with a nti.
================
Comment at: test/ELF/emulation.s:167-173
@@ +166,9 @@
+# AARCH64-NEXT: ]
+# AARCH64-NEXT: HeaderSize: 64
+# AARCH64-NEXT: ProgramHeaderEntrySize: 56
+# AARCH64-NEXT: ProgramHeaderCount:
+# AARCH64-NEXT: SectionHeaderEntrySize: 64
+# AARCH64-NEXT: SectionHeaderCount:
+# AARCH64-NEXT: StringTableSectionIndex:
+# AARCH64-NEXT: }
+
----------------
Remove these lines as the other test cases doesn't test these fields.
http://reviews.llvm.org/D14831
More information about the llvm-commits
mailing list