[Lldb-commits] [lldb] [lldb] LLDB_TEST_ARCH -> LLDB_TEST_TRIPLE (PR #191204)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 10 02:01:03 PDT 2026
https://github.com/DavidSpickett approved this pull request.
I don't have any automated builds using this and I usually use `dotest.py` directly for remote testing. So I have no problem with this change.
In fact:
> Even in cases where the two systems are the same architecture and run the
> same operating system, there may be version differences between the two
> which require you to use a different compiler version for remote testing.
Hints that we would have had to make this change anyway. `aarch64-linux-gnu` to `aarch64-linux-musl` for example, if I'd actually tried it I'd have found the same problem you're fixing here.
Looks good to me assuming the cross builders are handled somehow.
https://github.com/llvm/llvm-project/pull/191204
More information about the lldb-commits
mailing list