[PATCH] D45409: [cmake] Include LLVMTestingSupport when doing stand-alone build

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 9 02:43:28 PDT 2018


mgorny added a comment.

I've based this change on an earlier fix to lldb when that project started using LLVMTestingSupport.

That change in turn was based on how we handle gtest across the projects. As for gtest, I think installing was not considered as an option since different projects may build it with different flags. However, I did not investigate it in detail.

I don't specifically mind installing LLVMTestingSupport in any way. This solution was simply the least effort way of solving the immediate problem, given that we need LLVM sources for gtest anyway.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D45409





More information about the cfe-commits mailing list