[PATCH] D144596: Add extra parameter to thinlto-prefix-replace
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 7 16:57:23 PST 2023
MaskRay added inline comments.
================
Comment at: llvm/include/llvm/LTO/LTO.h:229
std::string NewPrefix,
+ std::string NewLinkObjectPrefix,
bool ShouldEmitImportsFiles,
----------------
`NewLinkObjectPrefix` refers to the ELF relocatable object file path. Is there a better parameter name to reflect that than `NewLinkObjectPrefix`? @tejohnson
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144596/new/
https://reviews.llvm.org/D144596
More information about the llvm-commits
mailing list