Skip to content

Commit 803cb01

Browse files
authored
Add new exported symbol
1 parent 7247002 commit 803cb01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/CppInterOp/exports.ld

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@
5151
-Wl,--export=_ZNK5clang12FunctionDecl12getNumParamsEv
5252
-Wl,--export=__clang_Interpreter_SetValueNoAlloc
5353
-Wl,--export=__clang_Interpreter_SetValueWithAlloc
54-
-Wl,--export=_ZN4llvm15SmallVectorBaseIjE8set_sizeEm
54+
-Wl,--export=_ZN4llvm15SmallVectorBaseIjE8set_sizeEm
55+
-Wl,--export=_ZN4llvm5APInt12initSlowCaseEyb

0 commit comments

Comments
 (0)