File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -149,11 +149,11 @@ set_source_files_properties(CppInterOp.cpp PROPERTIES COMPILE_DEFINITIONS
149
149
150
150
if (MSVC )
151
151
target_link_options (clangCppInterOp PRIVATE
152
- "/INCLUDE :?write@raw_ostream@llvm@@QEAAAEAV12@PEBD_K@Z"
153
- "/INCLUDE :?errs@llvm@@YAAEAVraw_fd_ostream@1@XZ"
154
- "/INCLUDE :?DestroyDataAndMakeUninit@APValue@clang@@AEAAXXZ"
155
- "/INCLUDE :?dbgs@llvm@@YAAEAVraw_ostream@1@XZ"
156
- "/INCLUDE :?fatalUncheckedError@Error@llvm@@AEBAXXZ"
157
- "/INCLUDE :?logAllUnhandledErrors@llvm@@YAXVError@1@AEAVraw_ostream@1@VTwine@1@@Z"
152
+ "/EXPORT :?write@raw_ostream@llvm@@QEAAAEAV12@PEBD_K@Z"
153
+ "/EXPORT :?errs@llvm@@YAAEAVraw_fd_ostream@1@XZ"
154
+ "/EXPORT :?DestroyDataAndMakeUninit@APValue@clang@@AEAAXXZ"
155
+ "/EXPORT :?dbgs@llvm@@YAAEAVraw_ostream@1@XZ"
156
+ "/EXPORT :?fatalUncheckedError@Error@llvm@@AEBAXXZ"
157
+ "/EXPORT :?logAllUnhandledErrors@llvm@@YAXVError@1@AEAVraw_ostream@1@VTwine@1@@Z"
158
158
)
159
159
endif ()
You can’t perform that action at this time.
0 commit comments