[PATCH] D74490: [Clang] Limit -fintegrated-cc1 to only one TU
Alexandre Ganea via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 12 09:56:56 PST 2020
aganea marked 2 inline comments as done.
aganea added inline comments.
================
Comment at: clang/include/clang/Driver/Job.h:87
+ /// Whether to print the input filenames when executing.
+ bool PrintInputFilenames;
+
----------------
I forgot to put back the default value(s) here, I'll do it before landing.
================
Comment at: clang/tools/driver/cc1_main.cpp:262
llvm::timeTraceProfilerCleanup();
+ Clang->clearOutputFiles(false);
}
----------------
I'll commit this separately, this is not a requirement for this patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74490/new/
https://reviews.llvm.org/D74490
More information about the cfe-commits
mailing list