Skip to content

Commit 499962f

Browse files
committed
export missing symbols for wasm
1 parent 0930a89 commit 499962f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Interpreter/exports.ld

+2
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,7 @@
4747
-Wl,--export=_ZNK5clang11DeclContext6lookupENS_15DeclarationNameE
4848
-Wl,--export=_ZNK5clang17ClassTemplateDecl18getSpecializationsEv
4949
-Wl,--export=_ZNK5clang4Sema15getStdNamespaceEv
50+
-Wl,--export=_ZNK5clang4Type14isFloatingTypeEv
51+
-Wl,--export=_ZNK5clang12FunctionDecl12getNumParamsEv
5052
-Wl,--export=__clang_Interpreter_SetValueNoAlloc
5153
-Wl,--export=__clang_Interpreter_SetValueWithAlloc

0 commit comments

Comments
 (0)