Michael Spencer wrote:
Also I build LLVM and Clang with libc++ daily using CMake
and it works just fine.
Ah, those famous last words :).
Anton Korobeynikov wrote:
I think cmake system lacks many features of autoconf system. In
addition to already said thing, I think the major missing thing is
cross-compilation support.
You can easy cross-compile llvm/clang via standard
--build/--host/--target flags. If you will show that this will be
possible by cmake - then everything will be fine
+10.
Anton.