Re: [cfe-users] Updated documentation on cross building LLVM for Musl

2019-02-13 Thread Jonas Toth via cfe-users
A patch for the LLVM documentation or at least a link in it to your gist would be great! Am 13.02.19 um 20:07 schrieb Croepha via cfe-users: > I spent some time figuring out how to get Clang and related tools to > build against musl starting from a GNU libc system.  The result is a > GNU-less (no

[cfe-users] Updated documentation on cross building LLVM for Musl

2019-02-13 Thread Croepha via cfe-users
I spent some time figuring out how to get Clang and related tools to build against musl starting from a GNU libc system. The result is a GNU-less (no libgcc, libstdc++, and GNU LD, AR...) toolchain. I figured I'd share in the hopes that someone else may find it useful... Note: Clang and friends