[clang] 3462c2b - [NFC] Add redirect the output (#179623)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 4 02:17:54 PST 2026
Author: GkvJwa
Date: 2026-02-04T18:17:49+08:00
New Revision: 3462c2b552069cd62dceb006c416ccf9f383f3af
URL: https://github.com/llvm/llvm-project/commit/3462c2b552069cd62dceb006c416ccf9f383f3af
DIFF: https://github.com/llvm/llvm-project/commit/3462c2b552069cd62dceb006c416ccf9f383f3af.diff
LOG: [NFC] Add redirect the output (#179623)
Added:
Modified:
clang/test/CodeGenCXX/exceptions-seh.cpp
Removed:
################################################################################
diff --git a/clang/test/CodeGenCXX/exceptions-seh.cpp b/clang/test/CodeGenCXX/exceptions-seh.cpp
index 22665a0c8fcc3..7ccd17fa73bbd 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-only -verify %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-only -verify %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-only -verify %s -DERR3
extern "C" unsigned long _exception_code();
extern "C" void might_throw();
More information about the cfe-commits
mailing list