[PATCH] D148859: [ELF] Add --remap-inputs-file=
Marco Elver via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 20 23:23:59 PDT 2023
melver added inline comments.
================
Comment at: lld/ELF/Options.td:617
def thinlto_emit_index_files: FF<"thinlto-emit-index-files">;
+def thinlto_index: JJ<"thinlto-index=">;
def thinlto_index_only: FF<"thinlto-index-only">;
----------------
Why is this here?
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