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 d174e2a commit ced19e1Copy full SHA for ced19e1
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
@@ -43,6 +44,7 @@ add_clang_library(clangInterpreter
43
44
clangParse
45
clangSema
46
clangSerialization
47
+ ${WASM_LINK}
48
)
49
50
if ((MINGW OR CYGWIN) AND BUILD_SHARED_LIBS)
0 commit comments