[Lldb-commits] [lldb] [lldb][test] Explicitly add target triple to no_unique_address Shell tests (PR #112523)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 16 04:48:24 PDT 2024
Michael137 wrote:
> I'll just note that `%clang_host` is not the host compiler (in the way that I understand the term). It's the clang we've just built, _configured_ to build for the (current) host.
Ooh I see, I didn't realize that. When would we not want to use `clangxx_host` then? I guess when we want to create object files configured for a different target?
https://github.com/llvm/llvm-project/pull/112523
More information about the lldb-commits
mailing list