[PATCH] D35077: [RFC] Build LLVM-C.dll on MSVC that exports only the C API

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 22 12:44:08 PDT 2017


compnerd added a comment.

Forwarders on Windows are roughly the equivalent to a re-export library.  They aren't exactly the same thing as you need to list all the interfaces instead of saying all interfaces from this library.


https://reviews.llvm.org/D35077





More information about the llvm-commits mailing list