[LLVMdev] compiler-rt CMake build

Brad King brad.king at kitware.com
Mon Feb 24 08:26:42 PST 2014


On 02/24/2014 10:02 AM, Alexey Samsonov wrote:
> Yes, 2.8.10.2 to be exact.

Well, the upstream change I made to simplify this feature in
the future:

 ExternalProject: Add option to always run the build step
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=73e5c6ae

includes a test that touches a file in the external project
source.  It passes our test suite with the Ninja generator.

Please see if you can reproduce this with CMake 'master' from
Git:

 git clone git://cmake.org/cmake.git CMake &&
 mkdir CMake-build &&
 cd CMake-build &&
 ../CMake/bootstrap --parallel=8 &&
 make -j 8 &&
 bin/cmake --version

Thanks,
-Brad




More information about the llvm-dev mailing list