From 23f101f37937a1bd4a29726cab2f76e0fb038b35 Mon Sep 17 00:00:00 2001 From: patrick Date: Sun, 23 Jun 2019 21:36:31 +0000 Subject: Import LLVM 8.0.0 release including clang, lld and lldb. --- gnu/llvm/tools/clang/lib/Frontend/ModuleDependencyCollector.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gnu/llvm/tools/clang/lib/Frontend/ModuleDependencyCollector.cpp') diff --git a/gnu/llvm/tools/clang/lib/Frontend/ModuleDependencyCollector.cpp b/gnu/llvm/tools/clang/lib/Frontend/ModuleDependencyCollector.cpp index 25cad8be6d0..fa8efcc3b53 100644 --- a/gnu/llvm/tools/clang/lib/Frontend/ModuleDependencyCollector.cpp +++ b/gnu/llvm/tools/clang/lib/Frontend/ModuleDependencyCollector.cpp @@ -156,10 +156,6 @@ void ModuleDependencyCollector::writeFileMap() { // allows crash reproducer scripts to work across machines. VFSWriter.setOverlayDir(VFSDir); - // Do not ignore non existent contents otherwise we might skip something - // that should have been collected here. - VFSWriter.setIgnoreNonExistentContents(false); - // Explicitly set case sensitivity for the YAML writer. For that, find out // the sensitivity at the path where the headers all collected to. VFSWriter.setCaseSensitivity(isCaseSensitivePath(VFSDir)); -- cgit v1.2.3-59-g8ed1b