Skip to content

Commit b14ff0c

Browse files
committed
Fix buildbots troubled by b7b170c.
Add '# REQUIRES: systemz-registered-target' in the new tests.
1 parent b80c41c commit b14ff0c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

llvm/test/MachineVerifier/live-ins-01.mir

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# RUN: not llc -o - %s -mtriple=s390x-linux-gnu -mcpu=z14 -run-pass none 2>&1 | FileCheck %s
2+
# REQUIRES: systemz-registered-target
23

34
# Test that a the machine verifier reports an error when a register in
45
# liveins is not liveout from predecessor.

llvm/test/MachineVerifier/live-ins-02.mir

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# RUN: not llc -o - %s -mtriple=s390x-linux-gnu -mcpu=z14 -run-pass none 2>&1 | FileCheck %s
2+
# REQUIRES: systemz-registered-target
23

34
# Test that a the machine verifier reports an error when a register in
45
# liveins is not liveout from predecessor.

llvm/test/MachineVerifier/live-ins-03.mir

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# RUN: not llc -o - %s -mtriple=s390x-linux-gnu -mcpu=z14 -run-pass none 2>&1 | FileCheck %s
2+
# REQUIRES: systemz-registered-target
23

34
# Test that a the machine verifier reports an error when a register in
45
# liveins is not liveout from predecessor.

0 commit comments

Comments
 (0)