[PATCH] D22736: Make LLVMInitializeAll* API have their symbols

Simonas Kazlauskas via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 12:26:30 PDT 2016


nagisa added a comment.

I built this on MSVC today (cmake $PATH_TO_LLVM && double-click LLVM.sln && initiate the build in MSVC) and it built (seemingly) whole of LLVM successfully, but ended failing at some ADT/ArrayRef tests due to missing declarations or definitions (something about .contains() not being present on some type etc), which seem to be unrelated to this patch.


https://reviews.llvm.org/D22736





More information about the llvm-commits mailing list