summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/ppc-features.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Driver/ppc-features.cpp')
-rw-r--r--clang/test/Driver/ppc-features.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/ppc-features.cpp b/clang/test/Driver/ppc-features.cpp
index 3ccac992f67..b030998ad6e 100644
--- a/clang/test/Driver/ppc-features.cpp
+++ b/clang/test/Driver/ppc-features.cpp
@@ -12,7 +12,7 @@
// RUN: not %clang -target mips64-linux-gnu -faltivec -fsyntax-only %s 2>&1 | FileCheck %s
// RUN: not %clang -target sparc-unknown-solaris -faltivec -fsyntax-only %s 2>&1 | FileCheck %s
-// CHECK: invalid argument '-faltivec' only allowed with 'ppc/ppc64'
+// CHECK: invalid argument '-faltivec' only allowed with 'ppc/ppc64/ppc64le'
// Check that -fno-altivec and -mno-altivec correctly disable the altivec
// target feature on powerpc.
OpenPOWER on IntegriCloud