File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,8 +130,6 @@ if(EMSCRIPTEN)
130
130
PRIVATE "SHELL: -s WASM_BIGINT"
131
131
PRIVATE "SHELL: -s SIDE_MODULE=1"
132
132
PRIVATE "SHELL: ${SYMBOLS_LIST} "
133
- PUBLIC "SHELL: -Wl,--export=__clang_Interpreter_SetValueNoAlloc"
134
- PUBLIC "SHELL: -Wl,--export=__clang_Interpreter_SetValueWithAlloc"
135
133
)
136
134
if (CPPINTEROP_ENABLE_TESTING )
137
135
# When compiling Emscripten tests the shared library it links to is expected to be in the same folder as the compiled Javascript
Original file line number Diff line number Diff line change 45
45
-Wl,--export=_ZNK5clang10RecordDecl19isInjectedClassNameEv
46
46
-Wl,--export=_ZNK5clang11DeclContext6lookupENS_15DeclarationNameE
47
47
-Wl,--export=_ZNK5clang17ClassTemplateDecl18getSpecializationsEv
48
- -Wl,--export=_ZNK5clang4Sema15getStdNamespaceEv
48
+ -Wl,--export=_ZNK5clang4Sema15getStdNamespaceEv
49
+ -Wl,--export=__clang_Interpreter_SetValueNoAlloc
50
+ -Wl,--export=__clang_Interpreter_SetValueWithAlloc
You can’t perform that action at this time.
0 commit comments