We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b225b15 commit 921d6d4Copy full SHA for 921d6d4
clang/lib/Interpreter/CMakeLists.txt
@@ -14,6 +14,7 @@ set(LLVM_LINK_COMPONENTS
14
15
if (EMSCRIPTEN AND "lld" IN_LIST LLVM_ENABLE_PROJECTS)
16
set(WASM_SRC Wasm.cpp)
17
+ set(WASM_LINK lldWasm)
18
endif()
19
20
add_clang_library(clangInterpreter
@@ -44,6 +45,7 @@ add_clang_library(clangInterpreter
44
45
clangParse
46
clangSema
47
clangSerialization
48
+ ${WASM_LINK}
49
)
50
51
if ((MINGW OR CYGWIN) AND BUILD_SHARED_LIBS)
0 commit comments