[compiler-rt] Fix filename in wasm build of compiler-rt (PR #161875)

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 3 09:48:08 PDT 2025


https://github.com/dschuff created https://github.com/llvm/llvm-project/pull/161875

None

>From bda787bf814be353388f8dae5143909755228b42 Mon Sep 17 00:00:00 2001
From: Derek Schuff <dschuff at chromium.org>
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}
 )



More information about the llvm-commits mailing list