bootlin / toolchains-builder

http://toolchains.free-electrons.com
89 stars 27 forks source link

No LLVM? No Zig? No Clang? #67

Open xplshn opened 2 months ago

xplshn commented 2 months ago

By Zig I meant their drop-in replacement for Clang, which is zig c and zig c++ I didn't mean zig the language. See this if interested in adding Zig: https://ziglang.org/#:~:text=Incrementally%20improve%20your%20C/C++/Zig%20codebase.,LTO%20is%20enabled%20by%20default.

Zig supports crosscompilation out of the box and comes with many utilities necessary to build programs as built-ins

Highlighted part of the Zig Manpage: https://manned.org/zig.1#:~:text=ar%20%20%20%20%20Use%20Zig%20as%20a,Zig%20as%20a%20drop%2Din%20ranlib

After all, clang is just a "driver" for the LLVM backend.