File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
// RUN: %clang_cc1 -triple powerpc-unknown-aix %s -emit-llvm %s \
9
9
// RUN: -target-cpu pwr8 -o - | FileCheck %s -check-prefix=CHECK-PWR8
10
10
// RUN: not %clang_cc1 -triple powerpc64-unknown-unknown -emit-llvm %s \
11
- // RUN: -target-cpu pwr7 2>&1 | FileCheck %s -check-prefix=CHECK-NOPWR8
11
+ // RUN: -target-cpu pwr7 -o - 2>&1 | FileCheck %s -check-prefix=CHECK-NOPWR8
12
12
// RUN: not %clang_cc1 -triple powerpc64-unknown-aix -emit-llvm %s \
13
- // RUN: -target-cpu pwr7 2>&1 | FileCheck %s -check-prefix=CHECK-NOPWR8
13
+ // RUN: -target-cpu pwr7 -o - 2>&1 | FileCheck %s -check-prefix=CHECK-NOPWR8
14
14
// RUN: not %clang_cc1 -triple powerpc-unknown-aix %s -emit-llvm %s \
15
- // RUN: -target-cpu pwr7 2>&1 | FileCheck %s -check-prefix=CHECK-NOPWR8
15
+ // RUN: -target-cpu pwr7 -o - 2>&1 | FileCheck %s -check-prefix=CHECK-NOPWR8
16
16
17
17
extern void * a ;
18
18
You can’t perform that action at this time.
0 commit comments