Fix option typo.

llvm-svn: 193504
This commit is contained in:
Rafael Espindola 2013-10-27 14:46:16 +00:00
parent 59cc2f3fc2
commit 28d9b5ac1e
1 changed files with 2 additions and 2 deletions

View 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