Displaying 2 results from an estimated 2 matches for "gcd8c".
2014 Feb 24
2
[LLVMdev] compiler-rt CMake build
On Mon, Feb 24, 2014 at 6:57 PM, Brad King <brad.king at kitware.com> wrote:
> On 02/24/2014 09:44 AM, Alexey Samsonov wrote:
> > ExternalProject_Add_Step(compiler-rt force-rebuild
> > DEPENDERS build
> [snip]
> > doesn't work for Ninja.
>
> What version of CMake did you use for this test? Also 2.8.10?
>
Yes, 2.8.10.2 to be exact.
>
>
2014 Feb 25
2
[LLVMdev] compiler-rt CMake build
...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:
>
Yep, I can reproduce it with latest CMake and ninja:
$ cmake --version
cmake version 3.0.20140225-gcd8c
$ ninja --version
1.4.0.git
I configure LLVM with -DLLVM_BUILD_EXTERNAL_COMPILER_RT=ON
(with applied patches http://llvm-reviews.chandlerc.com/D2868 and
http://llvm-reviews.chandlerc.com/D2874)
Then I run
$ ninja compiler-rt
twice. The first run builds the libraries, the second shows only: "ni...