r244547 - [modules] Don't suggest deleting the module cache on an error if there is no module cache for this build.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 10 17:32:42 PDT 2015


Author: rsmith
Date: Mon Aug 10 19:32:42 2015
New Revision: 244547

URL: http://llvm.org/viewvc/llvm-project?rev=244547&view=rev
Log:
[modules] Don't suggest deleting the module cache on an error if there is no module cache for this build.

Modified:
    cfe/trunk/test/Modules/explicit-build-missing-files.cpp

Modified: cfe/trunk/test/Modules/explicit-build-missing-files.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/explicit-build-missing-files.cpp?rev=244547&r1=244546&r2=244547&view=diff
==============================================================================
--- cfe/trunk/test/Modules/explicit-build-missing-files.cpp (original)
+++ cfe/trunk/test/Modules/explicit-build-missing-files.cpp Mon Aug 10 19:32:42 2015
@@ -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




More information about the cfe-commits mailing list