[cfe-dev] How to build libc++ under Linux
"C. Bergström"
cbergstrom at pathscale.com
Mon Dec 24 03:48:09 PST 2012
On 12/24/12 05:37 PM, Marc J. Driftmeyer wrote:
> Francois,
>
> The latest I know is that libc++ is not ready for prime time on Linux.
I don't know what "prime time" is, but I do agree in some cases it's not
production ready.
What I can say in defense of libc++ is that PathScale is using it for
our c++11 STL. For us the winning combo is
https://github.com/llvm-mirror/libcxx
https://github.com/pathscale/libcxxrt
https://github.com/pathscale/libunwind
https://github.com/pathscale/compiler-rt
--------
With this setup you can get a 100% gcc/GPL free STL, unwind and C++ runtime
More information about the cfe-dev
mailing list