[clang] [NFC] Add redirect the output (PR #179623)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 3 23:57:50 PST 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: None (GkvJwa)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/179623.diff
1 Files Affected:
- (modified) clang/test/CodeGenCXX/exceptions-seh.cpp (+3-3)
``````````diff
diff --git a/clang/test/CodeGenCXX/exceptions-seh.cpp b/clang/test/CodeGenCXX/exceptions-seh.cpp
index 22665a0c8fcc3..57c1d1530ecca 100644
--- a/clang/test/CodeGenCXX/exceptions-seh.cpp
+++ b/clang/test/CodeGenCXX/exceptions-seh.cpp
@@ -5,11 +5,11 @@
// RUN: -o - -mconstructor-aliases -O1 -disable-llvm-passes | \
// RUN: FileCheck %s --check-prefix=CHECK --check-prefix=NOCXX
// RUN: %clang_cc1 -triple x86_64-windows -fasync-exceptions -fcxx-exceptions -fexceptions \
-// RUN: -fms-extensions -x c++ -emit-llvm -verify %s -DERR1
+// RUN: -fms-extensions -x c++ -emit-llvm -verify -o - %s -DERR1
// RUN: %clang_cc1 -triple x86_64-windows -fasync-exceptions -fcxx-exceptions -fexceptions \
-// RUN: -fms-extensions -x c++ -emit-llvm -verify %s -DERR2
+// RUN: -fms-extensions -x c++ -emit-llvm -verify -o - %s -DERR2
// RUN: %clang_cc1 -triple x86_64-windows -fasync-exceptions -fcxx-exceptions -fexceptions \
-// RUN: -fms-extensions -x c++ -emit-llvm -verify %s -DERR3
+// RUN: -fms-extensions -x c++ -emit-llvm -verify -o - %s -DERR3
extern "C" unsigned long _exception_code();
extern "C" void might_throw();
``````````
</details>
https://github.com/llvm/llvm-project/pull/179623
More information about the cfe-commits
mailing list