[PATCH] D23958: cmake: Install gtest lib&headers, to use in stand-alone builds

Michał Górny via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 29 13:57:18 PDT 2016


mgorny added a comment.

Turns out it's not that simple. For example, compiler-rt uses LLVM-provided gtest sources to build gtest with different -D flags. I don't know if we would be able to come up with a common gtest build that would satisfy all the projects.


https://reviews.llvm.org/D23958





More information about the llvm-commits mailing list