Skip to content

Commit

Permalink
Fix for PS4 bots after 0b7f6cc
Browse files Browse the repository at this point in the history
  • Loading branch information
rgal committed Aug 27, 2020
1 parent bb024c3 commit c17718e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions llvm/test/MachineVerifier/test_g_memcpy.mir
@@ -1,4 +1,5 @@
#RUN: not --crash llc -o - -march=arm64 -run-pass=none -verify-machineinstrs %s 2>&1 | FileCheck %s
# REQUIRES: aarch64-registered-target
---
name: test_memcpy
legalized: true
Expand Down
1 change: 1 addition & 0 deletions llvm/test/MachineVerifier/test_g_memset.mir
@@ -1,4 +1,5 @@
#RUN: not --crash llc -o - -march=arm64 -run-pass=none -verify-machineinstrs %s 2>&1 | FileCheck %s
# REQUIRES: aarch64-registered-target
---
name: test_memset
legalized: true
Expand Down

0 comments on commit c17718e

Please sign in to comment.