[PATCH] D29475: [LTO] Add ability to emit assembly to new LTO API
Tobias Edler von Koch via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 2 15:44:10 PST 2017
tobiasvk added a comment.
In https://reviews.llvm.org/D29475#665358, @davide wrote:
> ehm, we already have `-save-temps`, why do you need this? (see what the `gold-plugin` and `lld` do)
It saves intermediate bitcode files (which is useful) but our customers also want to see assembly just like in the non-LTO flow.
https://reviews.llvm.org/D29475
More information about the llvm-commits
mailing list