[PATCH] D158432: [AArch64][NFC] Fix stack-guard-sysreg.ll

harvin iriawan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 21 09:02:39 PDT 2023


harviniriawan created this revision.
harviniriawan added reviewers: dmgreen, aeubanks.
Herald added a subscriber: kristof.beyls.
Herald added a project: All.
harviniriawan requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Fix test updated by commit db158c7c830807caeeb0691739c41f1d522029e9 <https://reviews.llvm.org/rGdb158c7c830807caeeb0691739c41f1d522029e9>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D158432

Files:
  llvm/test/CodeGen/AArch64/stack-guard-sysreg.ll


Index: llvm/test/CodeGen/AArch64/stack-guard-sysreg.ll
===================================================================
--- llvm/test/CodeGen/AArch64/stack-guard-sysreg.ll
+++ llvm/test/CodeGen/AArch64/stack-guard-sysreg.ll
@@ -1,3 +1,4 @@
+; RUN: split-file %s %t
 ; RUN: cat %t/main.ll %t/a.ll > %t/a2.ll
 ; RUN: cat %t/main.ll %t/b.ll > %t/b2.ll
 ; RUN: cat %t/main.ll %t/c.ll > %t/c2.ll


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158432.552041.patch
Type: text/x-patch
Size: 394 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230821/fa769077/attachment.bin>


More information about the llvm-commits mailing list