[PATCH] D75068: libclang: Add static build support for Windows

David Zarzycki via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 26 04:46:28 PDT 2020


davezarzycki added a comment.

Rather than wholly reverting this, I committed a fix: 665471907a5c072c6653a38c35f35e5d54cef220 <https://reviews.llvm.org/rG665471907a5c072c6653a38c35f35e5d54cef220>

The problem is that "NOT LIBCLANG_BUILD_STATIC" does not imply PIC, so there is no point in trying to build the SHARED version. Please let me know if I somehow missed something. Thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75068/new/

https://reviews.llvm.org/D75068





More information about the cfe-commits mailing list