summaryrefslogtreecommitdiff
path: root/test/CodeGen/systemz-abi.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
commit284e55561b91424f97f4e181de06aa2c71106937 (patch)
tree6ffd02c5495c493c57c1f9135c69829fb0995d22 /test/CodeGen/systemz-abi.c
parentfa5a578fb01b59941eb702c0f9573cc0e7cb84dd (diff)
downloadclang-284e55561b91424f97f4e181de06aa2c71106937.tar.gz
[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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@372436 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/systemz-abi.c')
-rw-r--r--test/CodeGen/systemz-abi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/systemz-abi.c b/test/CodeGen/systemz-abi.c
index c04a51ff6e..3511983e32 100644
--- a/test/CodeGen/systemz-abi.c
+++ b/test/CodeGen/systemz-abi.c
@@ -10,6 +10,8 @@
// RUN: -emit-llvm -o - %s | FileCheck %s
// RUN: %clang_cc1 -triple s390x-linux-gnu -target-cpu arch12 \
// RUN: -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple s390x-linux-gnu -target-cpu z15 \
+// RUN: -emit-llvm -o - %s | FileCheck %s
// RUN: %clang_cc1 -triple s390x-linux-gnu -target-cpu arch13 \
// RUN: -emit-llvm -o - %s | FileCheck %s