Skip to content

Commit 2803491

Browse files
author
Yusra Syeda
committed
change %clang to %clang_cc1
1 parent df7b6f9 commit 2803491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/CodeGen/SystemZ/systemz-ppa2.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
// .byte (i.e., the one for the 3) would, it seems, also match
1111
// the .byte line below for the 34.
1212

13-
// RUN: %clang --target=s390x-ibm-zos -xc -S -o - %s | FileCheck %s --check-prefix CHECK-C
13+
// RUN: %clang_cc1 -triple s390x-ibm-zos -xc -S -o - %s | FileCheck %s --check-prefix CHECK-C
1414
// CHECK-C: [[PPA2:(.L)|(@@)PPA2]]:
1515
// CHECK-C-NEXT: .byte 3{{[[:space:]]*}}.byte 0
1616
// CHECK-C-NEXT: .byte 34{{$}}
1717
// CHECK-C-NEXT: .byte {{4}}
1818
// CHECK-C-NEXT: .long {{(CELQSTRT)}}-[[PPA2]]
1919

20-
// RUN: %clang --target=s390x-ibm-zos -xc++ -S -o - %s | FileCheck %s --check-prefix CHECK-CXX
20+
// RUN: %clang_cc1 -triple s390x-ibm-zos -xc++ -S -o - %s | FileCheck %s --check-prefix CHECK-CXX
2121
// CHECK-CXX: [[PPA2:(.L)|(@@)PPA2]]:
2222
// CHECK-CXX-NEXT: .byte 3{{[[:space:]]*}}.byte 1
2323
// CHECK-CXX-NEXT: .byte 34{{$}}

0 commit comments

Comments
 (0)