[PATCH] D48810: [llvm-objdump] Add --file-headers (-f) option

Paul Semel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 3 13:38:38 PDT 2018


paulsemel added a comment.

About the other informations: I think they are more "format specific" and thus I wanted to add an other patch for it. Do you want me to do it in this patch ?



================
Comment at: test/tools/llvm-objdump/file-headers-coff.test:12
+# CHECK: architecture: i386
+# CHECK: start address: 0x0000
----------------
jhenderson wrote:
> Does yaml2obj have support for PE-COFF too? If so, could you add a third test case, with a non-zero start address, please.
Well, as you will see, I've done what I could about it.. There is a lot of useless flags to set to be able to build the PE file, but I didn't find another way to do it.


Repository:
  rL LLVM

https://reviews.llvm.org/D48810





More information about the llvm-commits mailing list