[PATCH] D148795: [ELF] Support --remap-inputs and --remap-inputs-file

Marco Elver via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 20 05:48:03 PDT 2023


melver updated this revision to Diff 515296.
melver retitled this revision from "[ELF] Support --remap-inputs" to "[ELF] Support --remap-inputs and --remap-inputs-file".
melver edited the summary of this revision.
melver added a comment.

- Don't use @ trickery to pass file, just provide --remap-inputs-file, which is more like other options that have a non-file and file based option.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148795/new/

https://reviews.llvm.org/D148795

Files:
  lld/ELF/Config.h
  lld/ELF/Driver.cpp
  lld/ELF/InputFiles.cpp
  lld/ELF/Options.td
  lld/docs/ld.lld.1
  lld/test/ELF/remap-inputs-file.s
  lld/test/ELF/remap-inputs.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148795.515296.patch
Type: text/x-patch
Size: 7349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230420/fca325d2/attachment.bin>


More information about the llvm-commits mailing list