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

Paul Robinson via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 26 16:40:26 PDT 2017


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





More information about the lldb-commits mailing list