[llvm] 5163288 - [safe-stack] Fix typo in test command line

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 17 13:38:49 PDT 2020


Author: Vitaly Buka
Date: 2020-08-17T13:38:39-07:00
New Revision: 516328860c4c1cacd3d0d4f77ab59ba59cbd77d5

URL: https://github.com/llvm/llvm-project/commit/516328860c4c1cacd3d0d4f77ab59ba59cbd77d5
DIFF: https://github.com/llvm/llvm-project/commit/516328860c4c1cacd3d0d4f77ab59ba59cbd77d5.diff

LOG: [safe-stack] Fix typo in test command line

Added: 
    

Modified: 
    llvm/test/Transforms/SafeStack/X86/no-crash-on-lifetime.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/SafeStack/X86/no-crash-on-lifetime.ll b/llvm/test/Transforms/SafeStack/X86/no-crash-on-lifetime.ll
index ee4261813e7f4..c6ad220fc3a9d 100644
--- a/llvm/test/Transforms/SafeStack/X86/no-crash-on-lifetime.ll
+++ b/llvm/test/Transforms/SafeStack/X86/no-crash-on-lifetime.ll
@@ -1,4 +1,5 @@
-; RUN: opt -safe-stack -S -mtriple=x86_64-pc-linux-gnu < %s -o -d
+; Check that the pass does not crash on the code.
+; RUN: opt -safe-stack -S -mtriple=x86_64-pc-linux-gnu %s -o /dev/null
 
 %class.F = type { %class.o, i8, [7 x i8] }
 %class.o = type <{ i8*, i32, [4 x i8] }>


        


More information about the llvm-commits mailing list