[all-commits] [llvm/llvm-project] b21a2f: [clang][scan-deps] Stop scanning if any scanning s...
Michael Spencer via All-commits
all-commits at lists.llvm.org
Tue Jan 30 17:03:43 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b21a2f9365b6c5fd464a97be5dfe7085742870ef
https://github.com/llvm/llvm-project/commit/b21a2f9365b6c5fd464a97be5dfe7085742870ef
Author: Michael Spencer <bigcheesegs at gmail.com>
Date: 2024-01-30 (Tue, 30 Jan 2024)
Changed paths:
M clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp
A clang/test/ClangScanDeps/missing-vfs.m
Log Message:
-----------
[clang][scan-deps] Stop scanning if any scanning setup emits an error.
Without this scanning will continue and later hit an assert that the
number of `RedirectingFileSystem`s matches the number of -ivfsoverlay
arguments.
More information about the All-commits
mailing list