JDevlieghere added a comment.

In D69401#1720432 <https://reviews.llvm.org/D69401#1720432>, @xiaobai wrote:

> I thought this option was so that you could specify which compilers to use to 
> build from a cache or command line? I don't think you just want to set 
> `LLDB_TEST_COMPILER` to `clang` since `clang++` is what is used to compile 
> C++ code. Maybe I'm mis-remembering or mistaken here.


Yes, that's indeed the point. However, dotest expects you to set the C compiler 
and then infers the C++ compiler from it, which for clang is just appending 
`++` at the end. I'm sure it must do something sensible for `gcc` as well, as I 
believe people are running the test suite with that compiler.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69401/new/

https://reviews.llvm.org/D69401



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to