[clang] [WebAssembly] Generate __clang_call_terminate for Emscripten EH (PR #129020)

Derek Schuff via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 27 08:31:59 PST 2025


================
@@ -0,0 +1,13 @@
+// RUN: %clang_cc1 %s -triple wasm32-unknown-unknown -fexceptions -fcxx-exceptions -emit-llvm -o - -std=c++11 2>&1 | FileCheck %s
----------------
dschuff wrote:

should this triple be wasm32-unknown-emscripten? Or do we use em-exceptions by default on all wasm triples?

https://github.com/llvm/llvm-project/pull/129020


More information about the cfe-commits mailing list