[PATCH] D129713: [obj2yaml] Add -o to specify output filename

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 18:10:23 PDT 2022


MaskRay created this revision.
MaskRay added a reviewer: jhenderson.
Herald added a subscriber: StephenFan.
Herald added a project: All.
MaskRay requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.

-o is very common among tools. yaml2obj supports -o and it surprised me that
obj2yaml doesn't support -o. Just add it which doesn't take much code.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D129713

Files:
  llvm/test/tools/obj2yaml/Archives/regular.yaml
  llvm/test/tools/obj2yaml/COFF/test-1.test
  llvm/test/tools/obj2yaml/DXContainer/DXILPart.yaml
  llvm/test/tools/obj2yaml/Minidump/basic.yaml
  llvm/test/tools/obj2yaml/XCOFF/aix.yaml
  llvm/test/tools/obj2yaml/output-file.yaml
  llvm/tools/obj2yaml/obj2yaml.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129713.444481.patch
Type: text/x-patch
Size: 7167 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220714/46bdf2fe/attachment.bin>


More information about the llvm-commits mailing list