[all-commits] [llvm/llvm-project] e564fd: [clang][deps] Avoid minimizing PCH input files
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Tue Jul 20 03:20:25 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e564fd93ab85d1810e0d83e961ccc8b99025ff34
https://github.com/llvm/llvm-project/commit/e564fd93ab85d1810e0d83e961ccc8b99025ff34
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths:
M clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp
M clang/test/ClangScanDeps/modules-pch.c
Log Message:
-----------
[clang][deps] Avoid minimizing PCH input files
This patch avoid minimizing input files that contributed to a PCH or its modules. This prevents the implicit modular build to fail on unexpected file size. Depends on D106146.
Reviewed By: dexonsmith
Differential Revision: https://reviews.llvm.org/D104536
More information about the All-commits
mailing list