[all-commits] [llvm/llvm-project] 9d6c43: [NFC] [C++20] [Modules] [P1689] [Scanner] Don't us...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Tue Mar 12 18:27:15 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9d6c43b4aed117f53167e72749b31a943941345d
https://github.com/llvm/llvm-project/commit/9d6c43b4aed117f53167e72749b31a943941345d
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2024-03-13 (Wed, 13 Mar 2024)
Changed paths:
M clang/tools/clang-scan-deps/ClangScanDeps.cpp
Log Message:
-----------
[NFC] [C++20] [Modules] [P1689] [Scanner] Don't use thread pool in P1689 per file mode (#84285)
I suddenly found that the clang scan deps may use all concurrent threads
to scan the files. It makes sense in the batch mode. But in P1689 per
file mode, it simply wastes times and resources.
This patch itself should be a NFC patch. It simply moves codes.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list