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

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 24 09:18:28 PDT 2017


On 24 October 2017 at 08:58, Ted Woodward via Phabricator
<reviews at reviews.llvm.org> wrote:
> ted added a comment.
>
> We build lldb, clang and tools for Hexagon only, and call them hexagon-lldb, hexagon-clang, etc. The test infrastructure is smart enough to pick up hexagon-lldb-mi if we tell it to run with hexagon-lldb using --executable; will it be smart enough to run an in-tree hexagon-clang?
>
> @labath, we run on Windows using hexagon-clang and hexagon-clang++; don't forget the embedded cases when choosing compilers and running tests.

For the embedded case, I assume have to run dotest manually anyway (?)
If that's true, then nothing will change for you, as we're not
touching that part at all.


More information about the lldb-commits mailing list