Skip Navigation
Furry Programmers @pawb.social Capital @pawb.social

Zig Plans on Removing LLVM Libraries.

github.com make the main zig executable no longer depend on LLVM, LLD, and Clang libraries · Issue #16270 · ziglang/zig

This issue is to fully eliminate LLVM, Clang, and LLD libraries from the Zig project. The remaining ties to these projects are as follows: #8726 #8727 #17749 #17751 #17750 LLVM #13265 C backend - 1...

make the main zig executable no longer depend on LLVM, LLD, and Clang libraries · Issue #16270 · ziglang/zig

Seems like zig is about to take on a massive task. I'm curious how well they'll reach their goals.

4

You're viewing a single thread.

4 comments
  • It's stated in the issue that it's just a proposal for now. Personally I never considered zig because I didn't know that it could act as a c/c++ compiler, knowing about this I'm a little bit more interested in checking zig out (as a game dev a lot of my libraries are c/c++ only). I'm pretty sure having this feature stripped off could be a major blocker for a wider adoption of tbe language

    • I personally like seeing what's being made in the world of programming languages. So, I keep tabs on any promising project. But, yeah, I definitely agree that the loss of C++ and C compilation would be huge blow to Zig.