[PATCH] D87547: [MinGW][clang-shlib] Build by default on MinGW

Mateusz MikuĊ‚a via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 11 12:59:04 PDT 2020


mati865 created this revision.
mati865 added a reviewer: clang.
mati865 added a project: clang.
Herald added subscribers: cfe-commits, mgorny.
mati865 requested review of this revision.

It builds without errors and makes possible to use `CLANG_LINK_CLANG_DYLIB=1`


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D87547

Files:
  clang/tools/CMakeLists.txt


Index: clang/tools/CMakeLists.txt
===================================================================
--- clang/tools/CMakeLists.txt
+++ clang/tools/CMakeLists.txt
@@ -15,7 +15,7 @@
 
 add_clang_subdirectory(clang-rename)
 add_clang_subdirectory(clang-refactor)
-if(UNIX)
+if(UNIX OR MINGW)
   add_clang_subdirectory(clang-shlib)
 endif()
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87547.291319.patch
Type: text/x-patch
Size: 341 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200911/9457d0fc/attachment.bin>


More information about the cfe-commits mailing list