Skip to content

Commit 5163288

Browse files
committed
[safe-stack] Fix typo in test command line
1 parent cb00609 commit 5163288

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
; RUN: opt -safe-stack -S -mtriple=x86_64-pc-linux-gnu < %s -o -d
1+
; Check that the pass does not crash on the code.
2+
; RUN: opt -safe-stack -S -mtriple=x86_64-pc-linux-gnu %s -o /dev/null
23

34
%class.F = type { %class.o, i8, [7 x i8] }
45
%class.o = type <{ i8*, i32, [4 x i8] }>

0 commit comments

Comments
 (0)