[PATCH] D102665: [llvm-objcopy] Add support for '--' for delimiting options from input/output files

Sergey Dmitriev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 17 22:07:22 PDT 2021


sdmitriev created this revision.
sdmitriev added reviewers: jhenderson, mstorsjo, MaskRay.
Herald added subscribers: abrachet, sbc100, emaste.
Herald added a reviewer: alexshap.
Herald added a reviewer: rupprecht.
sdmitriev requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.

This will allow to use llvm-objcopy with file names that begin with slashes.


https://reviews.llvm.org/D102665

Files:
  llvm/test/tools/llvm-objcopy/COFF/add-section.test
  llvm/test/tools/llvm-objcopy/COFF/set-section-flags.test
  llvm/test/tools/llvm-objcopy/ELF/add-section.test
  llvm/test/tools/llvm-objcopy/ELF/set-section-flags.test
  llvm/test/tools/llvm-objcopy/MachO/add-section-32.test
  llvm/test/tools/llvm-objcopy/MachO/add-section-64.test
  llvm/test/tools/llvm-objcopy/wasm/add-section.test
  llvm/tools/llvm-objcopy/CopyConfig.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102665.346041.patch
Type: text/x-patch
Size: 23370 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210518/2f138ce1/attachment.bin>


More information about the llvm-commits mailing list