r174690 - Fix conflict between r174685 and r174645 (rename -fmodule-cache-path <foo> to -fmodules-cache-path=<foo>).
Richard Smith
richard-llvm at metafoo.co.uk
Thu Feb 7 17:35:44 PST 2013
Author: rsmith
Date: Thu Feb 7 19:35:44 2013
New Revision: 174690
URL: http://llvm.org/viewvc/llvm-project?rev=174690&view=rev
Log:
Fix conflict between r174685 and r174645 (rename -fmodule-cache-path <foo> to -fmodules-cache-path=<foo>).
Modified:
cfe/trunk/test/Modules/cxx-many-overloads.cpp
Modified: cfe/trunk/test/Modules/cxx-many-overloads.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/cxx-many-overloads.cpp?rev=174690&r1=174689&r2=174690&view=diff
==============================================================================
--- cfe/trunk/test/Modules/cxx-many-overloads.cpp (original)
+++ cfe/trunk/test/Modules/cxx-many-overloads.cpp Thu Feb 7 19:35:44 2013
@@ -1,5 +1,5 @@
// RUN: rm -rf %t
-// RUN: %clang_cc1 -x objective-c++ -fmodules -fmodule-cache-path %t -I %S/Inputs %s -verify
+// RUN: %clang_cc1 -x objective-c++ -fmodules -fmodules-cache-path=%t -I %S/Inputs %s -verify
// expected-no-diagnostics
@import cxx_many_overloads;
More information about the cfe-commits
mailing list