[all-commits] [llvm/llvm-project] 05c479: Make it possible for client code to consume CLANG_...
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Tue Jun 30 06:23:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 05c479491c1d3236cae4eccaa3fcd2794598522c
https://github.com/llvm/llvm-project/commit/05c479491c1d3236cae4eccaa3fcd2794598522c
Author: serge-sans-paille <sguelton at redhat.com>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M clang/cmake/modules/ClangConfig.cmake.in
Log Message:
-----------
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
More information about the All-commits
mailing list