Skip to content

Commit e8bc871

Browse files
committed
[PowerPC][test] Don't write to srcdir
1 parent a08554b commit e8bc871

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/test/CodeGen/builtins-ppc-xlcompat-pwr8.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
// RUN: %clang_cc1 -triple powerpc-unknown-aix %s -emit-llvm %s \
99
// RUN: -target-cpu pwr8 -o - | FileCheck %s -check-prefix=CHECK-PWR8
1010
// 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
1212
// 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
1414
// 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
1616

1717
extern void *a;
1818

0 commit comments

Comments
 (0)