summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Leoshkevich <iii@linux.ibm.com>2023-11-08 15:53:10 +0100
committerGitHub <noreply@github.com>2023-11-08 15:53:10 +0100
commita933e1417bbc0a4af24ac3b306b0edecf069263c (patch)
tree37d4c1cfa22772d8a6c5d20fdb82226656154e52
parent5259fae710688350a129507d127c2204a4343b23 (diff)
[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.
-rw-r--r--clang/test/CodeGen/SystemZ/mbackchain-4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/SystemZ/mbackchain-4.c b/clang/test/CodeGen/SystemZ/mbackchain-4.c
index 6e5f4fc5da40..43f25137fffa 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")))