-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
musl LLVM toolchain #18
Labels
Comments
This is now a thing, too: https://github.com/aspect-build/gcc-toolchain |
Working on this. Trying to build a fully static and portable llvm+clang+libcxx+musl toolchain. |
Currently paused because got preeempted by Kubernetes / Control Plane split. But still in my immediate backlog (#145). |
Letting someone else deal with this beast. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We may be able to use a static toolchain like this one: https://github.com/grailbio/bazel-toolchain
The Linux kernel is technically able to be built with LLVM, even with CFI (which is nice for security). Google uses it in production and Pixel phones.
The text was updated successfully, but these errors were encountered: