Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 53b28e7

Browse files
committed
[AArch64] Fix test to specify triple and disable post-RA scheduling.
This should fix bot breakage caused by r268746: [AArch64] Combine callee-save and local stack SP adjustment instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268752 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 576f0d9 commit 53b28e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CodeGen/AArch64/arm64-virtual_base.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc < %s -O3 -march arm64 | FileCheck %s
1+
; RUN: llc < %s -O3 -mtriple=arm64-apple-ios -disable-post-ra | FileCheck %s
22
; <rdar://13463602>
33

44
%struct.Counter_Struct = type { i64, i64 }

0 commit comments

Comments
 (0)