r193504 - Fix option typo.

Rafael Espindola rafael.espindola at gmail.com
Sun Oct 27 07:46:16 PDT 2013


Author: rafael
Date: Sun Oct 27 09:46:16 2013
New Revision: 193504

URL: http://llvm.org/viewvc/llvm-project?rev=193504&view=rev
Log:
Fix option typo.

Modified:
    cfe/trunk/test/Driver/Wp-args.c

Modified: cfe/trunk/test/Driver/Wp-args.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/Wp-args.c?rev=193504&r1=193503&r2=193504&view=diff
==============================================================================
--- cfe/trunk/test/Driver/Wp-args.c (original)
+++ cfe/trunk/test/Driver/Wp-args.c Sun Oct 27 09:46:16 2013
@@ -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
 





More information about the cfe-commits mailing list