[cfe-dev] [PATCH 0/2][CMake] Availability of out-of-source-tree clang from llvm
NAKAMURA Takumi
geek4civic at gmail.com
Fri Oct 14 02:29:45 PDT 2011
> Doesn't you consider making possible to build Clang from it's own tree, i.e.:
> 1) Build LLVM with no tools/clang
> 2) Checkout Clang into arbitrary place
> 3) Run CMake from Clang dir with setting LLVM_SOURCE_DIR
> ?
Hello Konstantin,
No. Of course I know I would be an option, though.
- I don't want to build in two place.
- standalone clang tree is immature. eg. it lacks capability of unittests.
- Separated builds tend to lose dependencies.
...Takumi
More information about the cfe-dev
mailing list