[llvm] b6fc463 - [SEH] Redirect test output to /dev/null (#77784)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 11 07:32:01 PST 2024


Author: HaohaiWen
Date: 2024-01-11T23:31:57+08:00
New Revision: b6fc463d4c0b00e0741776f9d41b47f532a80b9e

URL: https://github.com/llvm/llvm-project/commit/b6fc463d4c0b00e0741776f9d41b47f532a80b9e
DIFF: https://github.com/llvm/llvm-project/commit/b6fc463d4c0b00e0741776f9d41b47f532a80b9e.diff

LOG: [SEH] Redirect test output to /dev/null (#77784)

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/X86/windows-seh-EHa-PreserveCFG.ll b/llvm/test/CodeGen/X86/windows-seh-EHa-PreserveCFG.ll
index 38461dcbe53f34..edd53b6eb9ad61 100644
--- a/llvm/test/CodeGen/X86/windows-seh-EHa-PreserveCFG.ll
+++ b/llvm/test/CodeGen/X86/windows-seh-EHa-PreserveCFG.ll
@@ -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


        


More information about the llvm-commits mailing list