[llvm-dev] Building LLVM with LLVM
Fabiano Sidler via llvm-dev
llvm-dev at lists.llvm.org
Tue Sep 10 03:19:42 PDT 2019
Thus wrote Michael Spencer:
> Specifically the llvm-project does not yet have a libc, so it doesn't
> provide crt1.o and friends. To use clang without any gnu facilities you'll
> need a libc (musl is pretty good) and you'll need to change the driver to
> use compiler-rt. I think you can look at the freebsd driver for a platform
> that uses as much llvm as possible.
Thanks for the recommendation, but using the default system libc is fine for me.
Greetings,
Fabiano
More information about the llvm-dev
mailing list