Skip to content

Commit 5aa1233

Browse files
author
git apple-llvm automerger
committed
Merge commit '3af76ca81d4f' from apple/master into swift/master-next
2 parents 66b6717 + 3af76ca commit 5aa1233

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)