[PATCH] D98183: [libLTO] Add support for -save-temps.
Steven Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 8 08:43:08 PST 2021
steven_wu added a comment.
LTOCodegen can achieve most of the temp file by going through write_merged_module function. While I don't see this save-temps gains much advantage comparing the existing one except more granularity, it is also fine to have this new debug option. It would be good to switch the save-temp interface to using this flag in the future since it will simplify the code in libLTO and ld.
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