[cfe-dev] make target for clang

NAKAMURA Takumi geek4civic at gmail.com
Wed Jul 11 18:30:54 PDT 2012


2012/7/12 Richard Smith <richard at metafoo.co.uk>:
> Last time I tried it, under cmake, "make clang" was not sufficient to build
> a working clang, because it didn't copy the headers from lib/Headers into
> the right place in the build tree. I think "make clang clang-headers" is
> enough.

Sure. Do you think it would make sense that clang depends on clang-headers?
FYI, check-clang depends on both clang and clang-headers.

PS. similarly, "make clang-headers clang", multiple targets on
cmake-generated makefiles sometimes would cause  weird failure in
build.

..Takumi



More information about the cfe-dev mailing list