[cfe-dev] Compiling libc++ and libc++abi on Linux

Fulvio Esposito esposito.fulvio at gmail.com
Mon Apr 29 07:21:51 PDT 2013


Hi all,
I'm switching to clang on Linux for my personal projects and have tried to
build it from source. I've also built libc++ and libc++abi following
documentation on libc++ website. I've also written a blog post (it's
actually a series of blog post about wayland, but I started with building
clang and libc++ because they are my tools of choice), you can read it at
http://bytepowered.blogspot.co.uk/2013/03/wayland-and-c11-programming-part-1-of-n.html
Now, I've almost got rid of any gcc dependency, but I can't replace
libgcc_s yet because I'm using unwind.h from gcc and it's required for
unwinding support. Is there no support inside LLVM umbrella (maybe
compiler-rt) for replacing that dependency from GCC?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130429/6c1772c0/attachment.html>


More information about the cfe-dev mailing list