Skip to content

Commit c8e681c

Browse files
authored
Update CMakeLists.txt
1 parent 27fe9eb commit c8e681c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CppInterOp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,6 @@ if(MSVC)
181181
"/EXPORT:??1raw_ostream@llvm@@UEAA@XZ"
182182
"/EXPORT:??1raw_string_ostream"
183183
"/EXPORT:??1raw_string_ostream@llvm@@UEAA@XZ"
184-
"/INCLUDE:??1raw_string_ostream@@QEAA@XZ"
184+
"/EXPORT:?write_impl@raw_string_ostream@llvm@@EEAAXPEBD_K@Z"
185185
)
186186
endif()

0 commit comments

Comments
 (0)