Skip to content

Commit d0285a3

Browse files
authored
aarch64: fix testcase (llvm#75723)
Add missing < %s to RUN line.
1 parent cd54c47 commit d0285a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/AArch64/stack-probing-dynamic-no-frame-setup.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc --stop-after=finalize-isel -o - | FileCheck %s
1+
; RUN: llc < %s --stop-after=finalize-isel -o - | FileCheck %s
22
target triple = "aarch64-linux"
33

44
; Check dynamic stack allocation and probing instructions do not have

0 commit comments

Comments
 (0)