diff options
| author | Kousik Kumar <kousikk@google.com> | 2019-10-17 04:50:12 +0000 |
|---|---|---|
| committer | Kousik Kumar <kousikk@google.com> | 2019-10-17 04:50:12 +0000 |
| commit | 9e7e36d4c2602ed10fc1ac037c7ebed50b7df859 (patch) | |
| tree | 83e97a4ab6d52d69a3ca6e73fe6b0baf710d14ca /clang/lib | |
| parent | 6c393e9d74d27a9e9d0d9c60537d7b2d4203ae13 (diff) | |
| download | bcm5719-llvm-9e7e36d4c2602ed10fc1ac037c7ebed50b7df859.tar.gz bcm5719-llvm-9e7e36d4c2602ed10fc1ac037c7ebed50b7df859.zip | |
Revert "Include sanitize blacklist and other extra deps as part of scan-deps output"
This test is failing on Windows bots, revert for now (will check the right fix and retry the patch).
Summary: This reverts commit 962ca076e51c25a7a08f4e0d329c65328a635bdb.
Reviewers: Bigcheese, jkorous, arphaman
Subscribers: dexonsmith, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D69079
llvm-svn: 375079
Diffstat (limited to 'clang/lib')
| -rw-r--r-- | clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp b/clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp index 70c8b5a082c..f382c202f8c 100644 --- a/clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp +++ b/clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp @@ -36,8 +36,6 @@ public: llvm::sys::path::remove_dots(CanonPath, /*remove_dot_dot=*/true); C.handleFileDependency(*Opts, CanonPath); } - for (const auto& ExtraDep : Opts->ExtraDeps) - C.handleFileDependency(*Opts, ExtraDep); } private: |

