HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cerisier

no profile record

Submissions

Google's Testing Grouplet

mike-bland.com
2 points·by cerisier·2년 전·0 comments

comments

cerisier
·작년·discuss
A C/C++ cross compilation toolchain for Bazel based on LLVM that compiles all target dependencies (CRT, libc, C++ stdlib, unwind libraries etc...) from source.

This means that it can cross-compile C and C++ programs that use the libc (glibc or musl) as well as the C++ stdlib (libstdc++ or llvm-libc++) out of the box without any kind of sysroot.

https://github.com/cerisier/toolchains_llvm_bootstrapped
cerisier
·작년·discuss
For the author: are there any plans to make the compilers builds available ? Prebuilt gccs are a rare and valuable spice !