We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e550d0a commit fedc7beCopy full SHA for fedc7be
clang/test/CodeGen/PowerPC/builtins-ppc-bcd-assist.c
@@ -5,7 +5,7 @@
5
// RUN: %clang_cc1 -triple powerpc64-unknown-aix -O2 -target-cpu pwr7 \
6
// RUN: -emit-llvm %s -o - | FileCheck %s
7
// RUN: not %clang_cc1 -triple powerpc-unknown-aix -O2 -target-cpu pwr7 \
8
-// RUN: -emit-llvm %s -o - | FileCheck %s --check-prefix=CHECK-32-ERROR
+// RUN: -emit-llvm %s -o - 2>&1 | FileCheck %s --check-prefix=CHECK-32-ERROR
9
10
// CHECK-LABEL: define{{.*}} i64 @cdtbcd_test(i64
11
// CHECK-NEXT: [[ENTRY:.*:]]
0 commit comments