beanz abandoned this revision.
beanz added a comment.

@hintonda, your comment actually trigged something in my brain and I just 
realized the problem. It is a much simpler fix. If you set LLVM_ENABLE_PIC=Off 
libclang isn't built as a dylib, it is a static lib. If 
LLVM_INSTALL_TOOLCHAIN_ONLY=On, we need to exclude all static libraries from 
the Clang exports file.


http://reviews.llvm.org/D16158



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to