Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions lib/Interpreter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ if(EMSCRIPTEN)
PRIVATE "SHELL: -s WASM_BIGINT"
PRIVATE "SHELL: -s SIDE_MODULE=1"
PRIVATE "SHELL: ${SYMBOLS_LIST}"
PUBLIC "SHELL: -Wl,--export=__clang_Interpreter_SetValueNoAlloc"
PUBLIC "SHELL: -Wl,--export=__clang_Interpreter_SetValueWithAlloc"
)
if (CPPINTEROP_ENABLE_TESTING)
# When compiling Emscripten tests the shared library it links to is expected to be in the same folder as the compiled Javascript
Expand Down
4 changes: 3 additions & 1 deletion lib/Interpreter/exports.ld
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@
-Wl,--export=_ZNK5clang10RecordDecl19isInjectedClassNameEv
-Wl,--export=_ZNK5clang11DeclContext6lookupENS_15DeclarationNameE
-Wl,--export=_ZNK5clang17ClassTemplateDecl18getSpecializationsEv
-Wl,--export=_ZNK5clang4Sema15getStdNamespaceEv
-Wl,--export=_ZNK5clang4Sema15getStdNamespaceEv
-Wl,--export=__clang_Interpreter_SetValueNoAlloc
-Wl,--export=__clang_Interpreter_SetValueWithAlloc
Loading