[clang] a55b011 - [SystemZ/[z/OS] Guard source-epoch related testcase to 64-bit clang targets (#210341)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 17 09:34:09 PDT 2026
Author: Abhina Sree
Date: 2026-07-17T12:34:04-04:00
New Revision: a55b011dabf8e5761d9955f98aa1138a10bd1a8a
URL: https://github.com/llvm/llvm-project/commit/a55b011dabf8e5761d9955f98aa1138a10bd1a8a
DIFF: https://github.com/llvm/llvm-project/commit/a55b011dabf8e5761d9955f98aa1138a10bd1a8a.diff
LOG: [SystemZ/[z/OS] Guard source-epoch related testcase to 64-bit clang targets (#210341)
This patch guards the following testcase for 64-bit clang targets Clang :: CodeGen/SystemZ/systemz-module.flags.c
Added:
Modified:
clang/test/CodeGen/SystemZ/systemz-module.flags.c
Removed:
################################################################################
diff --git a/clang/test/CodeGen/SystemZ/systemz-module.flags.c b/clang/test/CodeGen/SystemZ/systemz-module.flags.c
index 261dec81a4d52..f62d073dfe9fd 100644
--- a/clang/test/CodeGen/SystemZ/systemz-module.flags.c
+++ b/clang/test/CodeGen/SystemZ/systemz-module.flags.c
@@ -1,3 +1,5 @@
+// REQUIRES: clang-target-64-bits
+
// 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}
More information about the cfe-commits
mailing list