Skip to content

[SystemZ] Do not run mbackchain-4.c test without SystemZ target #71678

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

iii-i
Copy link
Member

@iii-i iii-i commented Nov 8, 2023

mbackchain-4.c requires running the backend and causes CI failures when this target is not configured.

mbackchain-4.c requires running the backend and causes CI failures when
this target is not configured.
@iii-i iii-i requested review from uweigand and JonPsson November 8, 2023 14:19
@llvmbot llvmbot added the clang Clang issues not falling into any other category label Nov 8, 2023
@llvmbot
Copy link
Member

llvmbot commented Nov 8, 2023

@llvm/pr-subscribers-clang

Author: Ilya Leoshkevich (iii-i)

Changes

mbackchain-4.c requires running the backend and causes CI failures when this target is not configured.


Full diff: https://github.com/llvm/llvm-project/pull/71678.diff

1 Files Affected:

  • (modified) clang/test/CodeGen/SystemZ/mbackchain-4.c (+1)
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")))

Copy link
Member

@uweigand uweigand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - sorry for missing that.

@iii-i iii-i merged commit a933e14 into llvm:main Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants