We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b62eac commit 27fe9ebCopy full SHA for 27fe9eb
lib/CppInterOp/CMakeLists.txt
@@ -180,8 +180,7 @@ if(MSVC)
180
"/EXPORT:?compareValues@APSInt@llvm@@SAHAEBV12@0@Z"
181
"/EXPORT:??1raw_ostream@llvm@@UEAA@XZ"
182
"/EXPORT:??1raw_string_ostream"
183
- "/EXPORT:?1raw_string_ostream"
184
"/EXPORT:??1raw_string_ostream@llvm@@UEAA@XZ"
185
- "/EXPORT:?1raw_string_ostream@llvm@@UEAA@XZ"
+ "/INCLUDE:??1raw_string_ostream@@QEAA@XZ"
186
)
187
endif()
0 commit comments