Skip Navigation
8 comments
  • Isn't Zig currently planning to remove the LLVM backend? https://github.com/ziglang/zig/issues/16270

    Wouldn't this means zig will lose support for many architectures currently supported via LLVM?

    • No, here

      Note that there would still be an LLVM backend for outputting .bc files (#13265), but the Zig compiler would lack the capability to compile .bc files into object files. LLVM or Clang would need to be installed and invoked separately for that use case.

      You'd just need LLVM separately but Zig would still be able to make files that LLVM can handle.

  • Very interesting. Cross compilation is always daunting.

    I'll just throw zig on the ever growing list of 'things to take a look at'

8 comments