[MinGW][clang-shlib] Build by default on MinGW

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

Differential Revision: https://reviews.llvm.org/D87547
This commit is contained in:
Mateusz Mikuła 2020-09-12 22:02:11 +03:00 committed by Martin Storsjö
parent cc76965b19
commit bb613044b6
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ add_clang_subdirectory(c-index-test)
add_clang_subdirectory(clang-rename)
add_clang_subdirectory(clang-refactor)
if(UNIX)
if(UNIX OR MINGW)
add_clang_subdirectory(clang-shlib)
endif()