Skip to content

Commit 1af8ed1

Browse files
authored
Fix filename in wasm build of compiler-rt (#161875)
1 parent 74180eb commit 1af8ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/builtins/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ set(s390x_SOURCES
819819

820820
set(wasm_SOURCES
821821
wasm/__c_longjmp.S
822-
wasm/__cpp_exceptions.S
822+
wasm/__cpp_exception.S
823823
${GENERIC_TF_SOURCES}
824824
${GENERIC_SOURCES}
825825
)

0 commit comments

Comments
 (0)