[Lldb-commits] [PATCH] D39215: Default to using in-tree clang for building test executables
Ted Woodward via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 24 08:58:51 PDT 2017
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.
I'm all for removing redundant variables.
https://reviews.llvm.org/D39215
More information about the lldb-commits
mailing list