[all-commits] [llvm/llvm-project] 1721d5: Let clang-repl link privately against Clang compon...
Aaron Puchert via All-commits
all-commits at lists.llvm.org
Mon Mar 28 14:54:21 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1721d52a62067b8a5ceec58b417b2c73ad870b13
https://github.com/llvm/llvm-project/commit/1721d52a62067b8a5ceec58b417b2c73ad870b13
Author: Aaron Puchert <aaronpuchert at alice-dsl.net>
Date: 2022-03-28 (Mon, 28 Mar 2022)
Changed paths:
M clang/tools/clang-repl/CMakeLists.txt
Log Message:
-----------
Let clang-repl link privately against Clang components
First of all, this is the convention: all other tools have their
dependencies private. While it does not have an effect on linking
(there is no linking against executables), it does have an effect
on exporting: having the targets private allows installing the tools
without the libraries in a statically linked build, or a build against
libclang-cpp.so.
Reviewed By: v.g.vassilev
Differential Revision: https://reviews.llvm.org/D122546
More information about the All-commits
mailing list