summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/dot-syntax.m
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-29 09:33:10 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-29 09:33:10 +0000
commit4e7596cc3a63ecdf8065ef3132a4e728b598dc6e (patch)
treeda08bb4ca938ea1f881d459d552cae3951e7c65e /clang/test/CodeGenObjC/dot-syntax.m
parentbe95682389c753e66e64e80c25ee1b908c00b18b (diff)
downloadbcm5719-llvm-4e7596cc3a63ecdf8065ef3132a4e728b598dc6e.tar.gz
bcm5719-llvm-4e7596cc3a63ecdf8065ef3132a4e728b598dc6e.zip
Normalize options to use '-FOO' instead of '--FOO'.
llvm-svn: 90071
Diffstat (limited to 'clang/test/CodeGenObjC/dot-syntax.m')
-rw-r--r--clang/test/CodeGenObjC/dot-syntax.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/dot-syntax.m b/clang/test/CodeGenObjC/dot-syntax.m
index 348346b8fca..01b71898a7a 100644
--- a/clang/test/CodeGenObjC/dot-syntax.m
+++ b/clang/test/CodeGenObjC/dot-syntax.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc --emit-llvm -o %t %s
+// RUN: clang-cc -emit-llvm -o %t %s
int printf(const char *, ...);
OpenPOWER on IntegriCloud