Skip to content

Commit 7117889

Browse files
committed
[PowerPC] Remove SPE from triple in VSX test
This test does not fail because the PPCSubtarget was not initialized, and otherwise a fatal error occurs: "SPE and traditional floating point cannot both be enabled.". Tested by adding `-mllvm -enable-matrix` to the existing command-line.
1 parent 6c153e5 commit 7117889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGen/PowerPC/builtins-ppc-fpconstrained.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: -S -ffp-exception-behavior=strict \
1212
// RUN: -o - %s | FileCheck --check-prefix=CHECK-ASM \
1313
// RUN: --check-prefix=FIXME-CHECK %s
14-
// RUN: %clang_cc1 -triple powerpcspe -ffp-exception-behavior=strict \
14+
// RUN: %clang_cc1 -triple powerpc -ffp-exception-behavior=strict \
1515
// RUN: -target-feature +vsx -fexperimental-strict-floating-point -emit-llvm \
1616
// RUN: %s -o - | FileCheck --check-prefix=CHECK-CONSTRAINED %s
1717

0 commit comments

Comments
 (0)