Skip to content

Commit 27fe9eb

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/CppInterOp/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,7 @@ if(MSVC)
180180
"/EXPORT:?compareValues@APSInt@llvm@@SAHAEBV12@0@Z"
181181
"/EXPORT:??1raw_ostream@llvm@@UEAA@XZ"
182182
"/EXPORT:??1raw_string_ostream"
183-
"/EXPORT:?1raw_string_ostream"
184183
"/EXPORT:??1raw_string_ostream@llvm@@UEAA@XZ"
185-
"/EXPORT:?1raw_string_ostream@llvm@@UEAA@XZ"
184+
"/INCLUDE:??1raw_string_ostream@@QEAA@XZ"
186185
)
187186
endif()

0 commit comments

Comments
 (0)