[Lldb-commits] [PATCH] D39215: Default to using in-tree clang for building test executables

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 26 16:50:39 PDT 2017


I think you now need to use `-DLLDB_TEST_C_COMPILER` and
`-DLLDB_TEST_CXX_COMPILER`

On Thu, Oct 26, 2017 at 4:40 PM Paul Robinson via Phabricator <
reviews at reviews.llvm.org> wrote:

> probinson added a comment.
>
> Has this gone in?  I'm wondering because I starting playing with the
> monorepo, ran cmake with -DLLDB_TEST_COMPILER=$PWD/bin/clang, and today's
> test failure seems to be trying to build the test program with the system
> compiler (gcc) rather than my copy of clang.  But it looks like you're
> deprecating LLDB_TEST_COMPILER?
>
>
> https://reviews.llvm.org/D39215
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20171026/654c2e53/attachment.html>


More information about the lldb-commits mailing list