[llvm] d0285a3 - aarch64: fix testcase (#75723)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 18 08:02:48 PST 2023
Author: Nathan Sidwell
Date: 2023-12-18T11:02:44-05:00
New Revision: d0285a31c85a9931ee0d9cbb8486f313dc21ada9
URL: https://github.com/llvm/llvm-project/commit/d0285a31c85a9931ee0d9cbb8486f313dc21ada9
DIFF: https://github.com/llvm/llvm-project/commit/d0285a31c85a9931ee0d9cbb8486f313dc21ada9.diff
LOG: aarch64: fix testcase (#75723)
Add missing < %s to RUN line.
Added:
Modified:
llvm/test/CodeGen/AArch64/stack-probing-dynamic-no-frame-setup.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AArch64/stack-probing-dynamic-no-frame-setup.ll b/llvm/test/CodeGen/AArch64/stack-probing-dynamic-no-frame-setup.ll
index 96f2f63d703c7d..e1303285ee6b6a 100644
--- a/llvm/test/CodeGen/AArch64/stack-probing-dynamic-no-frame-setup.ll
+++ b/llvm/test/CodeGen/AArch64/stack-probing-dynamic-no-frame-setup.ll
@@ -1,4 +1,4 @@
-; RUN: llc --stop-after=finalize-isel -o - | FileCheck %s
+; RUN: llc < %s --stop-after=finalize-isel -o - | FileCheck %s
target triple = "aarch64-linux"
; Check dynamic stack allocation and probing instructions do not have
More information about the llvm-commits
mailing list