[Lldb-commits] [lldb] [lldb] LLDB_TEST_ARCH -> LLDB_TEST_TRIPLE (PR #191204)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 9 14:20:15 PDT 2026


jasonmolenda wrote:

> > Why would it be tricky? You always have a triple, and you can use unknown for the components you don't care about.
> 
> I don't agree with that: I don't know the triple most of the time because it depends on the platform and the os (public) version the binary was built for.

I think what Jonas means is that `LLDB_TEST_ARCH=arm64e` is the same as `LLDB_TEST_TRIPLE=arm64e-unknown-unknown` or `LLDB_TEST_TRIPLE=arm64e-*-*` or `LLDB_TEST_TRIPLE=arm64e--`.

https://github.com/llvm/llvm-project/pull/191204


More information about the lldb-commits mailing list