[cfe-dev] Building LLVM+Clang with Clang+libc++
NAKAMURA Takumi
geek4civic at gmail.com
Tue Aug 2 03:53:55 PDT 2011
David,
2011/8/2 David Blaikie <dblaikie at gmail.com>:
> ../../../../llvm/configure --enable-optimized --disable-assertions
> --prefix=/home/dblaikie/Development/llvm/clean/install/x86-32/Release/llvm
> --with-built-clang CXXFLAGS=-stdlib=libc++
I guess --with-build-clang would be useless Was it for testing
llvm-gcc(or similar)?
Did you try "CC=/path/to/clang CXX=/path/to/clang++"?
FYI, I had succeeded to build and test selfhost clang+libcxx on
x86_64-centos5-linux.
(It was a few months ago and I have not tried later)
...Takumi
More information about the cfe-dev
mailing list