[safe-stack] Fix typo in test command line

This commit is contained in:
Vitaly Buka 2020-08-17 13:38:15 -07:00
parent cb00609de9
commit 516328860c
1 changed files with 2 additions and 1 deletions

View File

@ -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] }>