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

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 17 10:57:41 PDT 2026


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

Took a different approach and removed the override.

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


More information about the lldb-commits mailing list