Remix.run Logo
stock_toaster 2 days ago

Zig does have its own native x86_64 backend for debug compilation.

ref: https://ziglang.org/devlog/2025/#2025-06-08

olivia-banks 2 days ago | parent [-]

They're also getting an aarch64 backend soon (or has it already landed)? Really looking forward to this one for development on my Mac!

My point was that Zig uses their backends (which includes their homegrown ones), but since `zig cc` is a wrapper around Clang, it always goes through the `LLVM` path and sidesteps the Zig backend(s).

stock_toaster 2 days ago | parent [-]

Ah. I see what you are saying now. I believe you are correct.