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

via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 3 10:02:05 PDT 2025


Author: Derek Schuff
Date: 2025-10-03T17:02:00Z
New Revision: 1af8ed1988289ee4555cc75d1f6750a1098b6919

URL: https://github.com/llvm/llvm-project/commit/1af8ed1988289ee4555cc75d1f6750a1098b6919
DIFF: https://github.com/llvm/llvm-project/commit/1af8ed1988289ee4555cc75d1f6750a1098b6919.diff

LOG: Fix filename in wasm build of compiler-rt (#161875)

Added: 
    

Modified: 
    compiler-rt/lib/builtins/CMakeLists.txt

Removed: 
    


################################################################################
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