[PATCH] D65140: [yaml2obj] - Allow custom fields for the SHT_UNDEF sections.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 24 01:29:19 PDT 2019


jhenderson accepted this revision.
jhenderson added a comment.

One nit, otherwise LGTM.



================
Comment at: test/tools/yaml2obj/elf-custom-null-section.yaml:131
 
-# RUN: not yaml2obj --docnum=6 %s -o %t6 2>&1 | FileCheck %s --check-prefix=CASE4
+# RUN: not yaml2obj --docnum=6 %s -o %t5 2>&1 | FileCheck %s --check-prefix=CASE4
 
----------------
Should this be %t6, like it was?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65140/new/

https://reviews.llvm.org/D65140





More information about the llvm-commits mailing list