[PATCH] D83672: [yaml2obj] - Refine handling of the NoHeaders key.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 14 01:03:42 PDT 2020
jhenderson added inline comments.
================
Comment at: llvm/test/tools/yaml2obj/ELF/section-headers.yaml:122-123
+
+## Test that we are able to set NoHeaders to false. In this case the tool produce an output
+## like when there is no `SectionHeaderTable` key at all.
+# RUN: yaml2obj %s --docnum=3 -DNOHEADERS=false -o %t3.2
----------------
produce -> produces
like when there is -> as if there were
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83672/new/
https://reviews.llvm.org/D83672
More information about the llvm-commits
mailing list