[all-commits] [llvm/llvm-project] cf4a31: [clang][deps] Remove '-fmodules-cache-path=' argum...
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Sat Mar 12 03:04:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf4a31fc0f9745dabbd7d9cba56a6a9045a026d0
https://github.com/llvm/llvm-project/commit/cf4a31fc0f9745dabbd7d9cba56a6a9045a026d0
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2022-03-12 (Sat, 12 Mar 2022)
Changed paths:
M clang/lib/Tooling/DependencyScanning/DependencyScanningTool.cpp
M clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp
M clang/test/ClangScanDeps/modules-inferred-explicit-build.m
M clang/tools/clang-scan-deps/ClangScanDeps.cpp
Log Message:
-----------
[clang][deps] Remove '-fmodules-cache-path=' arguments
With explicit modules build, the '-fmodules-cache-path=' argument is unused.
This patch removes the argument to avoid warnings or errors (with '-Werror') stemming from that.
Depends on D118915.
Reviewed By: dexonsmith
Differential Revision: https://reviews.llvm.org/D120474
More information about the All-commits
mailing list