From bda787bf814be353388f8dae5143909755228b42 Mon Sep 17 00:00:00 2001 From: Derek Schuff Date: Fri, 3 Oct 2025 16:47:33 +0000 Subject: [PATCH] Fix filename in wasm build of compiler-rt --- compiler-rt/lib/builtins/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/lib/builtins/CMakeLists.txt b/compiler-rt/lib/builtins/CMakeLists.txt index 9095b056ae782..6c226aa7d2d48 100644 --- a/compiler-rt/lib/builtins/CMakeLists.txt +++ b/compiler-rt/lib/builtins/CMakeLists.txt @@ -819,7 +819,7 @@ set(s390x_SOURCES set(wasm_SOURCES wasm/__c_longjmp.S - wasm/__cpp_exceptions.S + wasm/__cpp_exception.S ${GENERIC_TF_SOURCES} ${GENERIC_SOURCES} )