[llvm] 7ba4896 - [AArch64][NFC] Fix stack-guard-sysreg.ll

Harvin Iriawan via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 21 09:31:02 PDT 2023


Author: Harvin Iriawan
Date: 2023-08-21T17:30:53+01:00
New Revision: 7ba4896ecfef8445ddb6f5e4facf03a399ba14da

URL: https://github.com/llvm/llvm-project/commit/7ba4896ecfef8445ddb6f5e4facf03a399ba14da
DIFF: https://github.com/llvm/llvm-project/commit/7ba4896ecfef8445ddb6f5e4facf03a399ba14da.diff

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

  Fix test updated by commit db158c7c830807caeeb0691739c41f1d522029e9

  Differential Revision: https://reviews.llvm.org/D158432

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AArch64/stack-guard-sysreg.ll b/llvm/test/CodeGen/AArch64/stack-guard-sysreg.ll
index 9749a1cdd3a83c..60e8823934d15e 100644
--- a/llvm/test/CodeGen/AArch64/stack-guard-sysreg.ll
+++ b/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


        


More information about the llvm-commits mailing list