Skip to content

Commit c17718e

Browse files
committed
Fix for PS4 bots after 0b7f6cc
1 parent bb024c3 commit c17718e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/test/MachineVerifier/test_g_memcpy.mir

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#RUN: not --crash llc -o - -march=arm64 -run-pass=none -verify-machineinstrs %s 2>&1 | FileCheck %s
2+
# REQUIRES: aarch64-registered-target
23
---
34
name: test_memcpy
45
legalized: true

llvm/test/MachineVerifier/test_g_memset.mir

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#RUN: not --crash llc -o - -march=arm64 -run-pass=none -verify-machineinstrs %s 2>&1 | FileCheck %s
2+
# REQUIRES: aarch64-registered-target
23
---
34
name: test_memset
45
legalized: true

0 commit comments

Comments
 (0)