aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Modules/explicit-build-missing-files.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2015-08-11 00:32:42 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2015-08-11 00:32:42 +0000
commitd61c1f82801e1629e0187391c5aeb4c93311e024 (patch)
tree1553929916e4b313f60861c41b15f17c3b90552c /clang/test/Modules/explicit-build-missing-files.cpp
parenta0f78fef74f577efffb12a00feb8cc4f0c16e025 (diff)
downloadllvm-d61c1f82801e1629e0187391c5aeb4c93311e024.zip
llvm-d61c1f82801e1629e0187391c5aeb4c93311e024.tar.gz
llvm-d61c1f82801e1629e0187391c5aeb4c93311e024.tar.bz2
[modules] Don't suggest deleting the module cache on an error if there is no module cache for this build.
llvm-svn: 244547
Diffstat (limited to 'clang/test/Modules/explicit-build-missing-files.cpp')
-rw-r--r--clang/test/Modules/explicit-build-missing-files.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Modules/explicit-build-missing-files.cpp b/clang/test/Modules/explicit-build-missing-files.cpp
index 3c8d434..b556da9 100644
--- a/clang/test/Modules/explicit-build-missing-files.cpp
+++ b/clang/test/Modules/explicit-build-missing-files.cpp
@@ -29,4 +29,5 @@ int y = b2<int>;
// CHECK-NEXT: b.h:1:45: error:
// MISSING-B: could not find file '{{.*}}b.h'
+// MISSING-B-NOT: please delete the module cache
#endif