]> granicus.if.org Git - clang/commitdiff
Fix option typo.
authorRafael Espindola <rafael.espindola@gmail.com>
Sun, 27 Oct 2013 14:46:16 +0000 (14:46 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sun, 27 Oct 2013 14:46:16 +0000 (14:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193504 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/Wp-args.c

index 1d1af24804a1af4446ed43a1605fd587da9a9a2b..e01e2a2651f0747d6ec2ab7390d75fff3e24e8e2 100644 (file)
@@ -1,7 +1,7 @@
 // Check that we extract -MD from '-Wp,-MD,FOO', which is used by a number of
 // major projects (e.g., FireFox and the Linux Kernel).
 
-// RUN: %clang --target i386-pc-linux-gnu -### \
+// RUN: %clang -target i386-pc-linux-gnu -### \
 // RUN:   -Wp,-MD,FOO.d -fsyntax-only %s 2> %t
 // RUN: FileCheck < %t %s
 //
@@ -12,7 +12,7 @@
 //
 // PR4062
 
-// RUN: %clang --target i386-pc-linux-gnu -### \
+// RUN: %clang -target i386-pc-linux-gnu -### \
 // RUN:   -Wp,-MMD -fsyntax-only %s 2> %t
 // RUN: FileCheck -check-prefix MMD < %t %s