[PATCH] D148859: [ELF] Add --remap-inputs-file=

Marco Elver via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 20 23:21:34 PDT 2023


melver requested changes to this revision.
melver added a comment.
This revision now requires changes to proceed.

We need `--remap-inputs=`. Relying on <(...) being available just does not always work. Especially when the build system does not use bash/zsh to dispatch the link command.

Please add the test for the non-file usage from https://reviews.llvm.org/D148795.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148859



More information about the llvm-commits mailing list