[PATCH] D135305: [Clang] Fix using LTO with the new driver in RDC-mode
Joseph Huber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 5 15:01:11 PDT 2022
jhuber6 added a comment.
In D135305#3838412 <https://reviews.llvm.org/D135305#3838412>, @yaxunl wrote:
> should we test with -ccc-print-phases instead? It is not clear what actions are produced by driver.
Of the four run lines added, three use `-ccc-print-phases`. The last uses just `-###` because otherwise the error message would not be triggered as it would quit before trying to generate the Clang job.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135305/new/
https://reviews.llvm.org/D135305
More information about the cfe-commits
mailing list