diff options
author | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2019-09-20 23:06:03 +0000 |
---|---|---|
committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2019-09-20 23:06:03 +0000 |
commit | 48b40834dc59ec1d02f59b1c36360b12c58b3c7b (patch) | |
tree | dc4363e6dfae8d3118e37bb6d9af68f411879654 /clang/test/CodeGen/systemz-abi-vector.c | |
parent | 819c1651f723b51490eb98b3fc11cbd7dafc7831 (diff) | |
download | bcm5719-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.c | 2 |
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 |