llvm-project/clang/include
Alexandre Ganea 20f1abe306 [Clang] Limit -fintegrated-cc1 to only one TU
As discussed in https://reviews.llvm.org/D74447, this patch disables integrated-cc1 behavior if there's more than one job to be executed. This is meant to limit memory bloating, given that currently jobs don't clean up after execution (-disable-free is always active in cc1 mode).

I see this behavior as temporary until release 10.0 ships (to ease merging of this patch), then we'll reevaluate the situation, see if D74447 makes more sense on the long term.

Differential Revision: https://reviews.llvm.org/D74490
2020-02-12 17:02:57 -05:00
..
clang [Clang] Limit -fintegrated-cc1 to only one TU 2020-02-12 17:02:57 -05:00
clang-c [Wdocumentation] Implement \anchor 2019-12-21 14:52:21 +01:00
CMakeLists.txt