Skip to content

[SEH] Redirect test output to /dev/null #77784

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 11, 2024
Merged

Conversation

HaohaiWen
Copy link
Contributor

No description provided.

@llvmbot
Copy link
Member

llvmbot commented Jan 11, 2024

@llvm/pr-subscribers-backend-x86

Author: None (HaohaiWen)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/77784.diff

1 Files Affected:

  • (modified) llvm/test/CodeGen/X86/windows-seh-EHa-PreserveCFG.ll (+1-1)
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

@HaohaiWen HaohaiWen merged commit b6fc463 into llvm:main Jan 11, 2024
@HaohaiWen HaohaiWen deleted the bugfix branch January 11, 2024 15:32
justinfargnoli pushed a commit to justinfargnoli/llvm-project that referenced this pull request Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants