summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/predefined-arch-macros.c
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2017-07-17 17:46:47 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2017-07-17 17:46:47 +0000
commit76976a792046ccbe1e737d9d4fec2433cda2e3ed (patch)
tree28955e7c0f2dc2bf134db84f18eadec25aa1f533 /clang/test/Preprocessor/predefined-arch-macros.c
parentcac24ab04c34ff3e90269b732ad8e1cb049ae94e (diff)
downloadbcm5719-llvm-76976a792046ccbe1e737d9d4fec2433cda2e3ed.tar.gz
bcm5719-llvm-76976a792046ccbe1e737d9d4fec2433cda2e3ed.zip
[SystemZ] Add support for IBM z14 processor (2/3)
This patch extends the -fzvector language feature to enable the new "vector float" data type when compiling at -march=z14. This matches the updated extension definition implemented by other compilers for the platform, which is indicated to applications by pre-defining __VEC__ to 10302 (instead of 10301). llvm-svn: 308198
Diffstat (limited to 'clang/test/Preprocessor/predefined-arch-macros.c')
-rw-r--r--clang/test/Preprocessor/predefined-arch-macros.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/predefined-arch-macros.c b/clang/test/Preprocessor/predefined-arch-macros.c
index c03d8a7a87d..8976f9e8fb2 100644
--- a/clang/test/Preprocessor/predefined-arch-macros.c
+++ b/clang/test/Preprocessor/predefined-arch-macros.c
@@ -2275,7 +2275,7 @@
// RUN: -target s390x-unknown-linux \
// RUN: | FileCheck -match-full-lines %s -check-prefix=CHECK_SYSTEMZ_ZVECTOR
//
-// CHECK_SYSTEMZ_ZVECTOR: #define __VEC__ 10301
+// CHECK_SYSTEMZ_ZVECTOR: #define __VEC__ 10302
// Begin amdgcn tests ----------------
//
OpenPOWER on IntegriCloud