Skip to content

Commit 002f33d

Browse files
committed
export missing symbols for wasm
1 parent 6155f34 commit 002f33d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/Interpreter/exports.ld

+3-1
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
51-
-Wl,--export=__clang_Interpreter_SetValueWithAlloc
53+
-Wl,--export=__clang_Interpreter_SetValueWithAlloc

0 commit comments

Comments
 (0)