[clang] a933e14 - [SystemZ] Do not run mbackchain-4.c test without SystemZ target (#71678)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 8 06:53:14 PST 2023
Author: Ilya Leoshkevich
Date: 2023-11-08T15:53:10+01:00
New Revision: a933e1417bbc0a4af24ac3b306b0edecf069263c
URL: https://github.com/llvm/llvm-project/commit/a933e1417bbc0a4af24ac3b306b0edecf069263c
DIFF: https://github.com/llvm/llvm-project/commit/a933e1417bbc0a4af24ac3b306b0edecf069263c.diff
LOG: [SystemZ] Do not run mbackchain-4.c test without SystemZ target (#71678)
mbackchain-4.c requires running the backend and causes CI failures when
this target is not configured.
Added:
Modified:
clang/test/CodeGen/SystemZ/mbackchain-4.c
Removed:
################################################################################
diff --git a/clang/test/CodeGen/SystemZ/mbackchain-4.c b/clang/test/CodeGen/SystemZ/mbackchain-4.c
index 6e5f4fc5da40084..43f25137fffa51c 100644
--- a/clang/test/CodeGen/SystemZ/mbackchain-4.c
+++ b/clang/test/CodeGen/SystemZ/mbackchain-4.c
@@ -1,3 +1,4 @@
+// REQUIRES: systemz-registered-target
// RUN: %clang --target=s390x-linux -O1 -S -o - %s | FileCheck %s
__attribute__((target("backchain")))
More information about the cfe-commits
mailing list