================ @@ -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