Author: uweigand
Date: Tue Oct 14 11:46:45 2014
New Revision: 219691

URL: http://llvm.org/viewvc/llvm-project?rev=219691&view=rev
Log:
[SystemZ] Address review comments for r219679

Modified:
    cfe/trunk/test/Driver/systemz-as.s

Modified: cfe/trunk/test/Driver/systemz-as.s
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/systemz-as.s?rev=219691&r1=219690&r2=219691&view=diff
==============================================================================
--- cfe/trunk/test/Driver/systemz-as.s (original)
+++ cfe/trunk/test/Driver/systemz-as.s Tue Oct 14 11:46:45 2014
@@ -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"
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to