summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-info.c
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/CodeGen/debug-info.c
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/CodeGen/debug-info.c')
-rw-r--r--clang/test/CodeGen/debug-info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/debug-info.c b/clang/test/CodeGen/debug-info.c
index 856b91964eb..d7a54d64393 100644
--- a/clang/test/CodeGen/debug-info.c
+++ b/clang/test/CodeGen/debug-info.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -o %t --emit-llvm -g %s
+// RUN: clang-cc -o %t -emit-llvm -g %s
// RUN: FileCheck --input-file=%t %s
// PR3023
OpenPOWER on IntegriCloud