[LLVMdev] compiler-rt CMake build

Brad King brad.king at kitware.com
Fri Feb 21 09:03:26 PST 2014


On 02/21/2014 11:20 AM, Alexey Samsonov wrote:
> We can even use "DEPENDERS configure" instead of "DEPENDERS build" here.

Just "build" should be sufficient because the generated build system
in compiler-rt knows how to re-run CMake if any of the inputs have
changed.  This is just as you do not need to re-run "cmake ." by hand
after editing CMakeLists.txt and can just type "make".

-Brad




More information about the llvm-dev mailing list