Skip to content

Commit 959177a

Browse files
author
git apple-llvm automerger
committed
Merge commit 'ec947f9d3315' from llvm.org/release/19.x into stable/20240723
2 parents 2cbd493 + ec947f9 commit 959177a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/lib/Interpreter/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ set(LLVM_LINK_COMPONENTS
1414

1515
if (EMSCRIPTEN AND "lld" IN_LIST LLVM_ENABLE_PROJECTS)
1616
set(WASM_SRC Wasm.cpp)
17+
set(WASM_LINK lldWasm)
1718
endif()
1819

1920
add_clang_library(clangInterpreter
@@ -43,6 +44,7 @@ add_clang_library(clangInterpreter
4344
clangParse
4445
clangSema
4546
clangSerialization
47+
${WASM_LINK}
4648
)
4749

4850
if ((MINGW OR CYGWIN) AND BUILD_SHARED_LIBS)

0 commit comments

Comments
 (0)