Make it possible for client code to consume CLANG_LINK_CLANG_DYLIB
authorserge-sans-paille <sguelton@redhat.com>
Tue, 30 Jun 2020 12:11:28 +0000 (14:11 +0200)
committerserge-sans-paille <sguelton@redhat.com>
Tue, 30 Jun 2020 13:13:53 +0000 (15:13 +0200)
commit05c479491c1d3236cae4eccaa3fcd2794598522c
tree9068dc3b62f250e6d43ce8110b649d25ea387c0a
parentc1cd61e02add90ab79b8e4abeb0514d881735870
Make it possible for client code to consume CLANG_LINK_CLANG_DYLIB

If a client code wants to consume clang libraries, it needs to know
CLANG_LINK_CLANG_DYLIB value in order to decide whether to use the DYLIB or
individual components.

Differential Revision: https://reviews.llvm.org/D82291
clang/cmake/modules/ClangConfig.cmake.in