[Openmp-commits] [openmp] caacfff - [OpenMP] Add IBM Z as supported architecture in the runtime README

Ulrich Weigand via Openmp-commits openmp-commits at lists.llvm.org
Wed Oct 8 07:51:53 PDT 2025


Author: Ulrich Weigand
Date: 2025-10-08T16:49:57+02:00
New Revision: caacfffc71931797c85d8176ba7eb78195d4072f

URL: https://github.com/llvm/llvm-project/commit/caacfffc71931797c85d8176ba7eb78195d4072f
DIFF: https://github.com/llvm/llvm-project/commit/caacfffc71931797c85d8176ba7eb78195d4072f.diff

LOG: [OpenMP] Add IBM Z as supported architecture in the runtime README

This architecture has been supported since
1111ef025762d9b7ecc3cafc576083987ae63fe6,
but the README file had not been updated.

Added: 
    

Modified: 
    openmp/runtime/README.txt

Removed: 
    


################################################################################
diff  --git a/openmp/runtime/README.txt b/openmp/runtime/README.txt
index ddd8b0e4282d8..60a0c70e18b46 100644
--- a/openmp/runtime/README.txt
+++ b/openmp/runtime/README.txt
@@ -52,6 +52,7 @@ Architectures Supported
 * Aarch64 (64-bit ARM) architecture
 * IBM(R) Power architecture (big endian)
 * IBM(R) Power architecture (little endian)
+* IBM(R) Z (s390x) architecture
 * MIPS and MIPS64 architecture
 * RISCV64 architecture
 * LoongArch64 architecture


        


More information about the Openmp-commits mailing list