diff options
author | Dan Liew <dan@su-root.co.uk> | 2015-08-21 18:10:57 +0000 |
---|---|---|
committer | Dan Liew <dan@su-root.co.uk> | 2015-08-21 18:10:57 +0000 |
commit | 1e3dc527ea6d548bd776896d6fe73a91754d762e (patch) | |
tree | 9f4ec6c0acef18f0ccfd76e799653a1251380262 /llvm/tools/llvm-readobj/llvm-readobj.cpp | |
parent | ef1fa56c83567263a801a04f9a822f761fb0a6a2 (diff) | |
download | llvm-1e3dc527ea6d548bd776896d6fe73a91754d762e.zip llvm-1e3dc527ea6d548bd776896d6fe73a91754d762e.tar.gz llvm-1e3dc527ea6d548bd776896d6fe73a91754d762e.tar.bz2 |
Filter libraries that are not installed out of CMake exports (currently
gtest and gtest_main) when generating ``Makefile.llvmbuild``.
Libraries that are not installed should not be exported because they
won't be available from an install tree. Rather than filtering out the
gtest libraries in cmake/modules/Makefile, simply teach llvm-build to
filter out libraries that will not be installed from its generated list
of exported libraries.
Note that LLVMBUILD_LIB_DEPS_* are used during our own CMake build
process so we cannot filter LLVMBUILD_LIB_DEPS_gtest* out in llvm-build.
We must leave this gtest filter logic in cmake/modules/Makefile.
llvm-svn: 245718
Diffstat (limited to 'llvm/tools/llvm-readobj/llvm-readobj.cpp')
0 files changed, 0 insertions, 0 deletions