Skip to content

Commit

Permalink
[SEH] Redirect test output to /dev/null (llvm#77784)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaohaiWen authored Jan 11, 2024
1 parent 5794854 commit b6fc463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/CodeGen/X86/windows-seh-EHa-PreserveCFG.ll
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; RUN: llc -mtriple=x86_64-pc-windows-msvc %s
; RUN: llc -mtriple=x86_64-pc-windows-msvc %s -o /dev/null
define dso_local void @main(ptr %addr, ptr %src, ptr %dst) personality ptr @__CxxFrameHandler3 !dbg !11 {
entry:
%tmp0 = load float, ptr %src
Expand Down

0 comments on commit b6fc463

Please sign in to comment.