aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/altivec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Driver/altivec.cpp')
-rw-r--r--test/Driver/altivec.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Driver/altivec.cpp b/test/Driver/altivec.cpp
index 6059ad09e7c5..a8936360a3db 100644
--- a/test/Driver/altivec.cpp
+++ b/test/Driver/altivec.cpp
@@ -1,7 +1,8 @@
// Check that we error when -faltivec is specified on non-ppc platforms.
-// RUN: %clang -ccc-clang-archs powerpc -target powerpc-apple-darwin -faltivec -fsyntax-only %s
+// RUN: %clang -ccc-clang-archs powerpc -target powerpc-unk-unk -faltivec -fsyntax-only %s
// RUN: %clang -ccc-clang-archs powerpc64 -target powerpc64-linux-gnu -faltivec -fsyntax-only %s
+// RUN: %clang -ccc-clang-archs powerpc64 -target powerpc64-linux-gnu -maltivec -fsyntax-only %s
// RUN: %clang -target i386-pc-win32 -faltivec -fsyntax-only %s 2>&1 | FileCheck %s
// RUN: %clang -target x86_64-unknown-freebsd -faltivec -fsyntax-only %s 2>&1 | FileCheck %s