Avoid running almost all global destructors in the common case.
Use C->isForDiagnostics() for the decision of whether to do this, which
is the same condition as used elsewhere for triggering "-disable-free".
Differential D130577
clang-driver: use llvm_fast_shutdown AcceptedPublic Authored by nhaehnle on Jul 26 2022, 7:53 AM.
Details
Summary Avoid running almost all global destructors in the common case. Use C->isForDiagnostics() for the decision of whether to do this, which
Diff Detail
Revision Contents
Diff 447697 clang/tools/driver/driver.cpp
|