We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb00609 commit 5163288Copy full SHA for 5163288
llvm/test/Transforms/SafeStack/X86/no-crash-on-lifetime.ll
@@ -1,4 +1,5 @@
1
-; RUN: opt -safe-stack -S -mtriple=x86_64-pc-linux-gnu < %s -o -d
+; 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
3
4
%class.F = type { %class.o, i8, [7 x i8] }
5
%class.o = type <{ i8*, i32, [4 x i8] }>
0 commit comments