[Lldb-commits] [lldb] [lldb] LLDB_TEST_ARCH -> LLDB_TEST_TRIPLE (PR #191204)
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 9 17:35:42 PDT 2026
medismailben 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--`.
I didn't know you could just omit the other components ... I just didn't want to have to specify all the components when running the test suite for arm64e let's say. That's why I suggested keeping LLDB_TEST_ARCH and have `LLDB_TEST_TRIPLE` override it.
https://github.com/llvm/llvm-project/pull/191204
More information about the lldb-commits
mailing list