Full and insulated LLVM / musl tool buckle
I'm trying to achieve in order to compile an independent from GNU and isolated LLVM toolset using musl in as clib
.
LLVM 4.0 has recently been released with many cool new features including a ready-to-use LLD , so LLVM can do the linking step as well.
More or less stack:
- clang
- LLVM
- DNU
- Compiler-k.t.
- libcxx
- libcxxabi
- MUSL
After that it is actually possible to do it without much fixes or anything like that (other than compilation musl
), but unfortunately there is no good documentation on this.
Any suggestions?
+6
source to share