Skip to content

Commit 5dbcd9f

Browse files
authored
Update CMakeLists.txt to export more symbols
1 parent 27bb5d4 commit 5dbcd9f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/CppInterOp/CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,13 @@ if(MSVC)
155155
"/EXPORT:?dbgs@llvm@@YAAEAVraw_ostream@1@XZ"
156156
"/EXPORT:?fatalUncheckedError@Error@llvm@@AEBAXXZ"
157157
"/EXPORT:?logAllUnhandledErrors@llvm@@YAXVError@1@AEAVraw_ostream@1@VTwine@1@@Z"
158+
"/EXPORT:?Parse@Interpreter@clang@@QEAA?AV?$Expected@AEAUPartialTranslationUnit@clang@@@llvm@@VStringRef@4@@Z"
159+
"/EXPORT:?Execute@Interpreter@clang@@QEAA?AVError@llvm@@AEAUPartialTranslationUnit@2@@Z"
160+
"/EXPORT:?isFloatingType@Type@clang@@QEBA_NXZ"
161+
"/EXPORT:?getDecl@TagType@clang@@QEBAPEAVTagDecl@2@XZ"
162+
"/EXPORT:?hasDefiningAttr@Decl@clang@@QEBA_NXZ"
163+
"/EXPORT:?getNumParams@FunctionDecl@clang@@QEBAIXZ"
164+
"/EXPORT:?getTemplateInstantiationPattern@FunctionDecl@clang@@QEBAPEAV12@_N@Z"
165+
"/EXPORT:?getTemplateSpecializationArgs@FunctionDecl@clang@@QEBAPEBVTemplateArgumentList@2@XZ"
158166
)
159167
endif()

0 commit comments

Comments
 (0)