[PATCH] llvm-build: Adopt generation of LLVM_LIBS_TO_EXPORT

Brad King via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 08:12:17 PDT 2015


On 08/17/2015 02:48 PM, Dan Liew wrote:
> alternative version of patch 0003 which filters based on the
> "installed" property.
> It also emits the libraries that were skipped as comments into
> ``Makefile.llvmbuild``.

Thanks.  That works but still leaves some of the gtest filtering
in cmake/modules/Makefile.  The write_cmake_exports_fragment
step in llvm-build needs the same filter.  Then this hunk:

 -	) | grep -v gtest > $@
 +	) > $@

from my original 0003 in cmake/modules/Makefile can be restored.
The "grep -v LLVMBUILD_LIB_DEPS_gtest" filter should be the
only mention of "gtest" in that Makefile.

Thanks,
-Brad



More information about the llvm-commits mailing list