[PATCH] D98183: [libLTO] Add support for -save-temps.
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 22 08:55:22 PDT 2023
tejohnson added a comment.
In D98183#2611454 <https://reviews.llvm.org/D98183#2611454>, @tejohnson wrote:
> Should something equivalent be added to ThinLTOCodeGenerator.cpp?
I just noticed that ThinLTOCodeGenerator handles this differently, with the -thinlto-save-temps flag in llvm-lto.cpp - could that support be generalized to apply to both regular and Thin LTO in the legacy LTO API files and llvm-lto?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98183/new/
https://reviews.llvm.org/D98183
More information about the llvm-commits
mailing list