1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/utils/llvm-build/llvmbuild
Dan Liew dd489fffd3 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
2015-08-21 18:10:57 +00:00
..
__init__.py [llvm-build] Make Py3 compatible. 2013-08-14 23:15:39 +00:00
componentinfo.py llvm-build: Get rid of 'import *' 2014-04-23 19:17:42 +00:00
configutil.py llvm-build: Add --configure-target-def-file option. 2011-11-11 00:24:00 +00:00
main.py Filter libraries that are not installed out of CMake exports (currently 2015-08-21 18:10:57 +00:00
util.py [llvm-build] Make Py3 compatible. 2013-08-14 23:15:39 +00:00