summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/systemz-abi-vector.c
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2019-09-20 23:06:03 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2019-09-20 23:06:03 +0000
commit48b40834dc59ec1d02f59b1c36360b12c58b3c7b (patch)
treedc4363e6dfae8d3118e37bb6d9af68f411879654 /clang/test/CodeGen/systemz-abi-vector.c
parent819c1651f723b51490eb98b3fc11cbd7dafc7831 (diff)
downloadbcm5719-llvm-48b40834dc59ec1d02f59b1c36360b12c58b3c7b.tar.gz
bcm5719-llvm-48b40834dc59ec1d02f59b1c36360b12c58b3c7b.zip
[SystemZ] Support z15 processor name
The recently announced IBM z15 processor implements the architecture already supported as "arch13" in LLVM. This patch adds support for "z15" as an alternate architecture name for arch13. Corrsponding LLVM support was committed as rev. 372435. llvm-svn: 372436
Diffstat (limited to 'clang/test/CodeGen/systemz-abi-vector.c')
-rw-r--r--clang/test/CodeGen/systemz-abi-vector.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/CodeGen/systemz-abi-vector.c b/clang/test/CodeGen/systemz-abi-vector.c
index 46c008a8d9f..f2e6c13c718 100644
--- a/clang/test/CodeGen/systemz-abi-vector.c
+++ b/clang/test/CodeGen/systemz-abi-vector.c
@@ -10,6 +10,8 @@
// RUN: -emit-llvm -o - %s | FileCheck --check-prefix=CHECK-VECTOR %s
// RUN: %clang_cc1 -triple s390x-linux-gnu -target-cpu arch12 \
// RUN: -emit-llvm -o - %s | FileCheck --check-prefix=CHECK-VECTOR %s
+// RUN: %clang_cc1 -triple s390x-linux-gnu -target-cpu z15 \
+// RUN: -emit-llvm -o - %s | FileCheck --check-prefix=CHECK-VECTOR %s
// RUN: %clang_cc1 -triple s390x-linux-gnu -target-cpu arch13 \
// RUN: -emit-llvm -o - %s | FileCheck --check-prefix=CHECK-VECTOR %s
OpenPOWER on IntegriCloud