[LLVMdev] CMake builds clang.
Óscar Fuentes
ofv at wanadoo.es
Sun Oct 26 07:53:23 PDT 2008
Cédric Venet <cedric.venet at laposte.net> writes:
> It is possible, but it has some drawback. Mainly, it won't check for new
> file itself and you would have to manually rerun CMake each times you
> add/remove a file.
Not only the developer who added/renamed/removed a file, but all the
people using the svn sources.
> The current makefile (gnu makefile) list all the files also, isn't it?
> they don't glob everythings.
No. They use some clever mechanism for globbing the sources and adapt to
changes automatically.
--
Oscar
More information about the llvm-dev
mailing list