Hacker News new | ask | show | jobs
by csande17 1800 days ago
I believe the plan is to make LLVM optional for compiling Zig code, but features that work with C code will still require Clang to be compiled in.

Who knows, though. Someone might end up implementing a C compiler on top of the self-hosted Zig compiler's backend!

1 comments

From what I understand, LLVM will still be used for release builds, while the self-holsted compiler will be used for quick feedback.