[PATCH] D144596: Add extra parameter to thinlto-prefix-replace
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 23 13:22:38 PST 2023
MaskRay added inline comments.
================
Comment at: llvm/tools/llvm-lto2/llvm-lto2.cpp:323
if (ThinLTODistributedIndexes)
- Backend =
- createWriteIndexesThinBackend(/* OldPrefix */ "",
- /* NewPrefix */ "", ThinLTOEmitImports,
- /* LinkedObjectsFile */ nullptr,
- /* OnWrite */ {});
+ Backend = createWriteIndexesThinBackend(/* OldPrefix */ "",
+ /* NewPrefix */ "",
----------------
The canonical spelling is `/*xxx=*/yyy` (no space).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144596/new/
https://reviews.llvm.org/D144596
More information about the llvm-commits
mailing list