[cfe-dev] Building clang on Mavericks with libc++....
Rafael EspĂndola
rafael.espindola at gmail.com
Sun Nov 10 10:40:52 PST 2013
> # Don't build libcxx, it isn't designed to be built directly.
> DIRS := $(filter-out libcxx,$(DIRS))
>
>
> It is expected. The copy of the headers is driven by a Makefile in
> llvm/tools/clang/runtime/libcxx/
> It only copies the headers during the install step and does not try to
> rebuild the libc++ binary.
It would be nice to figure out a way to have clang work from the build
directory. I used to bootstrap it by using one build dir to build the
next, but now I have to install stage1 first :-(
Cheers,
Rafael
More information about the cfe-dev
mailing list