aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/ccc-host-triple-no-integrated-as.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Driver/ccc-host-triple-no-integrated-as.c')
-rw-r--r--test/Driver/ccc-host-triple-no-integrated-as.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Driver/ccc-host-triple-no-integrated-as.c b/test/Driver/ccc-host-triple-no-integrated-as.c
index 1677b717f7..a94dea3a7d 100644
--- a/test/Driver/ccc-host-triple-no-integrated-as.c
+++ b/test/Driver/ccc-host-triple-no-integrated-as.c
@@ -1,9 +1,9 @@
-// Check that -no-integrated-as works when -target i386-pc-win32-macho or
-// -target x86_64-pc-win32-macho is specified.
+// Check that -no-integrated-as works when -ccc-host-triple i386-pc-win32-macho or
+// -ccc-host-triple x86_64-pc-win32-macho is specified.
-// RUN: %clang -### -c -target i386-pc-win32-macho -no-integrated-as %s 2> %t1
+// RUN: %clang -### -c -ccc-host-triple i386-pc-win32-macho -no-integrated-as %s 2> %t1
// RUN: FileCheck -check-prefix=X86 < %t1 %s
-// RUN: %clang -### -c -target x86_64-pc-win32-macho -no-integrated-as %s 2> %t2
+// RUN: %clang -### -c -ccc-host-triple x86_64-pc-win32-macho -no-integrated-as %s 2> %t2
// RUN: FileCheck -check-prefix=X86_64 < %t2 %s
//
// X86: "-cc1"