Skip to content

Instantly share code, notes, and snippets.

View echristo's full-sized avatar
💭
Writing more design docs than code these days...

Eric Christopher echristo

💭
Writing more design docs than code these days...
View GitHub Profile
exit # Dont run this as a script
# LLVM seems to work great on Musl, there only seems some build errors
# when trying to build the sanitizers. So sanitizers have been disabled.
# This is rougly based on this:
# https://wiki.musl-libc.org/building-llvm.html
# But updated for LLVM 8
# We are also focusing on making a GNU-less toolchain, as there is
# no libgcc and no libstdc++, instead we favor LLVM's own compiler-rt