[all-commits] [llvm/llvm-project] ebcf25: [cmake] Fix clang builds with BUILD_SHARED=ON and ...
tstellar via All-commits
all-commits at lists.llvm.org
Tue Feb 4 14:16:34 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ebcf25ea8100fc9987fd1edd1975194addc2fc05
https://github.com/llvm/llvm-project/commit/ebcf25ea8100fc9987fd1edd1975194addc2fc05
Author: Tom Stellard <tstellar at redhat.com>
Date: 2020-02-04 (Tue, 04 Feb 2020)
Changed paths:
M clang/tools/clang-shlib/CMakeLists.txt
Log Message:
-----------
[cmake] Fix clang builds with BUILD_SHARED=ON and CLANG_LINK_CLANG_DYLIB=ON
Summary:
We were linking all the clang objects and shared libraries into
libclang-cpp.so, which was causing the command line options to be
registered twice.
Reviewers: beanz, mgorny
Reviewed By: beanz, mgorny
Subscribers: merge_guards_bot, mgorny, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D68520
More information about the All-commits
mailing list