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 9549a65 commit 63f11ceCopy full SHA for 63f11ce
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