[libunwind] [libunwind] Move wasm definition of `__cpp_exception` (PR #195681)

Sam Clegg via cfe-commits cfe-commits at lists.llvm.org
Mon May 4 09:11:25 PDT 2026


================
@@ -30,6 +30,7 @@ set_source_files_properties(${LIBUNWIND_C_SOURCES}
 set(LIBUNWIND_ASM_SOURCES
     UnwindRegistersRestore.S
     UnwindRegistersSave.S
+    __cpp_exception.S
----------------
sbc100 wrote:

Maybe include wasm in the filename somehow so its clear this is wasm-specific?

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


More information about the cfe-commits mailing list