On Mon, Feb 22, 2016 at 11:32 AM, Tony Kelman <t...@kelman.net> wrote: > Yaakov Selkowitz <yselkowitz <at> cygwin.com> writes: > >> This is an update to the latest upstream release. This release switches >> to the CMake build, which results in many small shared libraries instead >> of the single monolothic one from previous releases. Clang is also built >> as a separate source package as a result. > > You're not supposed to use BUILD_SHARED_LIBS with LLVM's cmake build. > They have a dedicated flag LLVM_BUILD_LLVM_DYLIB for this.
LLVM_BUILD_LLVM_DYLIB is introduced with llvm 3.8 (upcoming) and have its own set of problems, see https://llvm.org/bugs/show_bug.cgi?id=22952 . Using BUILD_SHARED_LIBS is a better idea for now. ismail -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple