https://github.com/abhina-sree updated 
https://github.com/llvm/llvm-project/pull/210341

>From 74e12793910d3262c34c57942ed824684f6b221a Mon Sep 17 00:00:00 2001
From: Abhina Sreeskantharajan <[email protected]>
Date: Fri, 17 Jul 2026 10:03:17 -0400
Subject: [PATCH 1/2] limit testcase to z/OS so we don't hit other platforms
 max limit

---
 clang/test/CodeGen/SystemZ/systemz-module.flags.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/clang/test/CodeGen/SystemZ/systemz-module.flags.c 
b/clang/test/CodeGen/SystemZ/systemz-module.flags.c
index 261dec81a4d52..c07d7443c5ada 100644
--- a/clang/test/CodeGen/SystemZ/systemz-module.flags.c
+++ b/clang/test/CodeGen/SystemZ/systemz-module.flags.c
@@ -1,3 +1,5 @@
 // RUN: %clang_cc1 -source-date-epoch 253402300799 -triple s390x-ibm-zos 
-emit-llvm -o - %s | FileCheck %s
 // CHECK: {{.*}}"zos_cu_language", !"C"}
 // CHECK: {{.*}}"zos_translation_time", i64 253402300799}
+
+// REQUIRES: system-zos

>From 172e45717d30244fba2578cd43fbf01ebecc9dc6 Mon Sep 17 00:00:00 2001
From: Abhina Sreeskantharajan <[email protected]>
Date: Fri, 17 Jul 2026 10:42:49 -0400
Subject: [PATCH 2/2] unsupport for arm instead of limiting for z/OS

---
 clang/test/CodeGen/SystemZ/systemz-module.flags.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clang/test/CodeGen/SystemZ/systemz-module.flags.c 
b/clang/test/CodeGen/SystemZ/systemz-module.flags.c
index c07d7443c5ada..d92d8d5b6fe23 100644
--- a/clang/test/CodeGen/SystemZ/systemz-module.flags.c
+++ b/clang/test/CodeGen/SystemZ/systemz-module.flags.c
@@ -2,4 +2,4 @@
 // CHECK: {{.*}}"zos_cu_language", !"C"}
 // CHECK: {{.*}}"zos_translation_time", i64 253402300799}
 
-// REQUIRES: system-zos
+// UNSUPPORTED: arm

_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to