[Lldb-commits] [lldb] [lldb] Rally around triple rather than arch in the API tests (PR #191416)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 10 10:09:40 PDT 2026


================
@@ -1,5 +1,5 @@
 C_SOURCES := main.c
 
-override ARCH := arm64e
+override TRIPLE := arm64e-apple-darwin
----------------
medismailben wrote:

Is macOS the only platform where we can run test on arm64e ?

```suggestion
override TRIPLE := arm64e-unknown-unknown
```

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


More information about the lldb-commits mailing list