Skip to content

Commit

Permalink
[SystemZ] Do not run mbackchain-4.c test without SystemZ target (#71678)
Browse files Browse the repository at this point in the history
mbackchain-4.c requires running the backend and causes CI failures when
this target is not configured.
  • Loading branch information
iii-i committed Nov 8, 2023
1 parent 5259fae commit a933e14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/test/CodeGen/SystemZ/mbackchain-4.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// REQUIRES: systemz-registered-target
// RUN: %clang --target=s390x-linux -O1 -S -o - %s | FileCheck %s

__attribute__((target("backchain")))
Expand Down

0 comments on commit a933e14

Please sign in to comment.