mirror of https://github.com/microsoft/clang.git
[SystemZ] Address review comments for r219679
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219691 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
89fe0a6130
commit
ccbbd2087b
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue