[PATCH] D50761: [yaml2obj] - Teach tool to produce SHT_GROUP section with a custom type.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 15 04:40:42 PDT 2018


jhenderson accepted this revision.
jhenderson added a comment.

LGTM.



================
Comment at: test/tools/yaml2obj/elf-comdat-broken.yaml:17
+      - SectionOrType: 0xFF
+      - SectionOrType: 0x3
+Symbols:
----------------
Maybe you should make this a decimal?


https://reviews.llvm.org/D50761





More information about the llvm-commits mailing list