forked from OSchip/llvm-project
[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:
parent
cc76965b19
commit
bb613044b6
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue