diff options
author | Aaron Puchert <aaronpuchert@alice-dsl.net> | 2022-03-28 23:53:50 +0200 |
---|---|---|
committer | Aaron Puchert <aaronpuchert@alice-dsl.net> | 2022-03-28 23:53:53 +0200 |
commit | 1721d52a62067b8a5ceec58b417b2c73ad870b13 (patch) | |
tree | 1b6ae698ff1b5ece3d89e226c4b015380e1860bd /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 1d1cf9b6c42c820f38eb776cb7504564441a23ee (diff) | |
download | llvm-1721d52a62067b8a5ceec58b417b2c73ad870b13.zip llvm-1721d52a62067b8a5ceec58b417b2c73ad870b13.tar.gz llvm-1721d52a62067b8a5ceec58b417b2c73ad870b13.tar.bz2 |
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
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions