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 ee4261813e7f..c6ad220fc3a9 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] }>