[PATCH] D50235: [yaml2obj] - Add a support for changing EntSize.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 6 06:02:52 PDT 2018
jhenderson added a comment.
LGTM with one nit.
================
Comment at: test/tools/yaml2obj/elf-ent-size.yaml:25
+# CHECK: Section {
+# CHECK: Index: 1
+# CHECK-NEXT: Name: .strings
----------------
I'm not sure you want this line here at all. Just start the CHECK sequence with the next line.
https://reviews.llvm.org/D50235
More information about the llvm-commits
mailing list