summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/float128-ld-incompatibility.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/float128-ld-incompatibility.cpp')
-rw-r--r--clang/test/Sema/float128-ld-incompatibility.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/float128-ld-incompatibility.cpp b/clang/test/Sema/float128-ld-incompatibility.cpp
index 13f5b6d5d10..369b14a87e3 100644
--- a/clang/test/Sema/float128-ld-incompatibility.cpp
+++ b/clang/test/Sema/float128-ld-incompatibility.cpp
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 \
-// RUN: -triple powerpc64le-unknown-linux-gnu -target-cpu pwr8 \
+// RUN: -triple powerpc64le-unknown-linux-gnu -target-cpu pwr9 \
// RUN: -target-feature +float128 %s
// RUN: %clang_cc1 -fsyntax-only -std=c++11 -triple x86_64-unknown-linux-gnu -Wno-unused-value -Wno-parentheses %s
OpenPOWER on IntegriCloud