]> granicus.if.org Git - clang/commitdiff
[SystemZ] Address review comments for r219679
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Tue, 14 Oct 2014 16:46:45 +0000 (16:46 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Tue, 14 Oct 2014 16:46:45 +0000 (16:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219691 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/systemz-as.s

index 154d0710ed781a95647313f758f02576635185bc..34ad9c41eaf3cc2724bdd06a66ac3f98706db6cd 100644 (file)
@@ -1,8 +1,7 @@
 // Make sure SystemZ defaults to using the integrated assembler
 
 // RUN: %clang -target s390x-ibm-linux -### -c %s 2>&1 \
-// RUN: | FileCheck -check-prefix=DEFAULT %s
-// DEFAULT: "-cc1as"{{.*}} "-target-cpu" "z10"
+// RUN: | FileCheck -check-prefix=IAS %s
 
 // RUN: %clang -target s390x-ibm-linux -integrated-as -### -c %s 2>&1 \
 // RUN: | FileCheck -check-prefix=IAS %s
@@ -10,5 +9,6 @@
 
 // RUN: %clang -target s390x-ibm-linux -no-integrated-as -### -c %s 2>&1 \
 // RUN: | FileCheck -check-prefix=NO-IAS %s
+// NO-IAS-NOT: -cc1as
 // NO-IAS: "-march=z10"