File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
clang/test/CodeGen/SystemZ Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
// .byte (i.e., the one for the 3) would, it seems, also match
11
11
// the .byte line below for the 34.
12
12
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
14
14
// CHECK-C: [[PPA2:(.L)|(@@)PPA2]]:
15
15
// CHECK-C-NEXT: .byte 3{{[[:space:]]*}}.byte 0
16
16
// CHECK-C-NEXT: .byte 34{{$}}
17
17
// CHECK-C-NEXT: .byte {{4}}
18
18
// CHECK-C-NEXT: .long {{(CELQSTRT)}}-[[PPA2]]
19
19
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
21
21
// CHECK-CXX: [[PPA2:(.L)|(@@)PPA2]]:
22
22
// CHECK-CXX-NEXT: .byte 3{{[[:space:]]*}}.byte 1
23
23
// CHECK-CXX-NEXT: .byte 34{{$}}
You can’t perform that action at this time.
0 commit comments