[clang] [llvm] [SystemZ][z/OS] __ptr32 support for z/OS in Clang (PR #96063)

Sean Perry via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 19 10:25:10 PDT 2024


================
@@ -0,0 +1,84 @@
+// RUN: %clang_cc1 -triple s390x-ibm-zos -fzos-extensions -emit-llvm -O2 < %s | FileCheck %s --check-prefix=X64
----------------
perry-ca wrote:

Does this test need to be some complicated?  

https://github.com/llvm/llvm-project/pull/96063


More information about the cfe-commits mailing list