Skip to content

Commit b6fc463

Browse files
authored
[SEH] Redirect test output to /dev/null (#77784)
1 parent 5794854 commit b6fc463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/X86/windows-seh-EHa-PreserveCFG.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -mtriple=x86_64-pc-windows-msvc %s
1+
; RUN: llc -mtriple=x86_64-pc-windows-msvc %s -o /dev/null
22
define dso_local void @main(ptr %addr, ptr %src, ptr %dst) personality ptr @__CxxFrameHandler3 !dbg !11 {
33
entry:
44
%tmp0 = load float, ptr %src

0 commit comments

Comments
 (0)