aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
diff options
context:
space:
mode:
authorMichal Gorny <mgorny@gentoo.org>2016-10-08 10:27:45 +0000
committerMichal Gorny <mgorny@gentoo.org>2016-10-08 10:27:45 +0000
commit2433b26176f2e390f0771e4bb88cc73b6b18d817 (patch)
tree0cfc070f95ca0ea7a8796c96ca8170df4f9b5fec /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
parentab61c74f93c046f2e4a0eb473959d15fb8e577fc (diff)
downloadllvm-2433b26176f2e390f0771e4bb88cc73b6b18d817.zip
llvm-2433b26176f2e390f0771e4bb88cc73b6b18d817.tar.gz
llvm-2433b26176f2e390f0771e4bb88cc73b6b18d817.tar.bz2
[cmake] Split linked libraries into private & public, for linker script
Introduce LIBCXX_LIBRARIES_PUBLIC in addition to LIBCXX_LIBRARIES that holds 'public' interface libraries -- that is, libraries that both libc++ links to and programs linked against it need to link to. Currently this includes the ABI library and optionally -lunwind (when LIBCXXABI_USE_LLVM_UNWINDER is on). The libraries are included in the linker script, in order to make it possible to link C++ programs using clang with compiler-rt runtime out-of-the-box. Differential Revision: https://reviews.llvm.org/D25008 llvm-svn: 283659
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions