summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/autolink.m
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2013-02-07 19:01:24 +0000
committerDouglas Gregor <dgregor@apple.com>2013-02-07 19:01:24 +0000
commit35b04d6fd256f284ff46bfcb69de214aaf93f957 (patch)
tree221b25916b4004e032a051bea4d58cb8f84ad7e2 /clang/test/Modules/autolink.m
parenteb849c6bd5cd39369ba7078c03447b371d73db71 (diff)
downloadbcm5719-llvm-35b04d6fd256f284ff46bfcb69de214aaf93f957.tar.gz
bcm5719-llvm-35b04d6fd256f284ff46bfcb69de214aaf93f957.zip
Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consistency.
llvm-svn: 174645
Diffstat (limited to 'clang/test/Modules/autolink.m')
-rw-r--r--clang/test/Modules/autolink.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/autolink.m b/clang/test/Modules/autolink.m
index bf55c9fae03..7f75473cbbd 100644
--- a/clang/test/Modules/autolink.m
+++ b/clang/test/Modules/autolink.m
@@ -1,5 +1,5 @@
// RUN: rm -rf %t
-// RUN: %clang_cc1 -emit-llvm -o - -fmodule-cache-path %t -fmodules -fmodules-autolink -F %S/Inputs -I %S/Inputs %s | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm -o - -fmodules-cache-path=%t -fmodules -fmodules-autolink -F %S/Inputs -I %S/Inputs %s | FileCheck %s
@import autolink.sub2;
OpenPOWER on IntegriCloud