[PATCH] D58383: [yaml2obj][obj2yaml] Remove section type range markers from allowed mappings and support hex values

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 19 07:20:57 PST 2019


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

Reasonable. LGTM with a nit.



================
Comment at: test/tools/yaml2obj/section-type.yaml:3
+# RUN: llvm-readobj --sections %t | FileCheck %s
+# CHECK: Name: enum
+# CHECK: Type: SHT_PROGBITS
----------------
nit: please add an empty line after `RUN` to be consistent with the test for obj2yaml.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D58383





More information about the llvm-commits mailing list