Skip to content

Commit dfa3755

Browse files
authored
Update CMakeLists.txt
1 parent 39ffbe6 commit dfa3755

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/CppInterOp/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,15 +171,15 @@ if(MSVC)
171171
"/EXPORT:?CreateCpp@IncrementalCompilerBuilder@clang@@QEAA?AV?$Expected@V?$unique_ptr@VCompilerInstance@clang@@U?$default_delete@VCompilerInstance@clang@@@std@@@std@@@llvm@@XZ"
172172
"/EXPORT:?create@Interpreter@clang@@SA?AV?$Expected@V?$unique_ptr@VInterpreter@clang@@U?$default_delete@VInterpreter@clang@@@std@@@std@@@llvm@@V?$unique_ptr@VCompilerInstance@clang@@U?$default_delete@VCompilerInstance@clang@@@std@@@std@@@Z"
173173
"/EXPORT:?grow_pod@?$SmallVectorBase@I@llvm@@IEAAXPEAX_K1@Z"
174-
"/EXPORT:?0APInt@llvm@@QEAA@IV?$ArrayRef@_K@1@@Z"
174+
"/EXPORT:??0APInt@llvm@@QEAA@IV?$ArrayRef@_K@1@@Z"
175175
"/EXPORT:?sext@APInt@llvm@@QEBA?AV12@I@Z"
176176
"/EXPORT:?zext@APInt@llvm@@QEBA?AV12@I@Z"
177177
"/EXPORT:?initSlowCase@APInt@llvm@@AEAAX_K_N@Z"
178178
"/EXPORT:?compare@APInt@llvm@@AEBAHAEBV12@@Z"
179179
"/EXPORT:?compareSigned@APInt@llvm@@AEBAHAEBV12@@Z"
180180
"/EXPORT:?compareValues@APSInt@llvm@@SAHAEBV12@0@Z"
181-
"/EXPORT:?1raw_ostream@llvm@@UEAA@XZ"
182-
"/EXPORT:?1raw_string_ostream"
183-
"/EXPORT:?1raw_string_ostream@llvm@@UEAA@XZ"
181+
"/EXPORT:??1raw_ostream@llvm@@UEAA@XZ"
182+
"/EXPORT:??1raw_string_ostream"
183+
"/EXPORT:??1raw_string_ostream@llvm@@UEAA@XZ"
184184
)
185185
endif()

0 commit comments

Comments
 (0)