Displaying 4 results from an estimated 4 matches for "r202367".
2014 Feb 27
2
[LLVMdev] compiler-rt CMake build
...nk it makes sense to land my ExternalProject_Add patch
> > so that others can experiment with it? I can add quit with a
> > fatal_error/warning if the build tree rules are generated with Ninja.
>
> Since it is conditional on LLVM_BUILD_EXTERNAL_COMPILER_RT, yes.
>
Submitted as r202367.
>
> > parallelism doesn't work when I run "make check-compiler-rt -j8"
> > in the original build tree, presumably because we call
> > "cd /path/to/compiler-rt/build/tree && make check-all" there.
>
> Right. The ExternalProject module ha...
2014 Mar 21
2
[LLVMdev] compiler-rt CMake build
...>> > so that others can experiment with it? I can add quit with a
> >> > fatal_error/warning if the build tree rules are generated with Ninja.
> >>
> >> Since it is conditional on LLVM_BUILD_EXTERNAL_COMPILER_RT, yes.
> >
> >
> > Submitted as r202367.
> >
> >>
> >>
> >> > parallelism doesn't work when I run "make check-compiler-rt -j8"
> >> > in the original build tree, presumably because we call
> >> > "cd /path/to/compiler-rt/build/tree && make check-all&qu...
2014 Feb 26
2
[LLVMdev] compiler-rt CMake build
Hi Brad,
Thanks for investigating this. Do you think it makes sense to land my
ExternalProject_Add patch
so that others can experiment with it? I can add quit with a
fatal_error/warning if the build tree rules
are generated with Ninja. However, there is a problem with Unix Makefiles
as well: parallelism doesn't
work when I run "make check-compiler-rt -j8" in the original build tree,
2014 Mar 23
2
[LLVMdev] compiler-rt CMake build
...add quit with a
> >> >> > fatal_error/warning if the build tree rules are generated with
> Ninja.
> >> >>
> >> >> Since it is conditional on LLVM_BUILD_EXTERNAL_COMPILER_RT, yes.
> >> >
> >> >
> >> > Submitted as r202367.
> >> >
> >> >>
> >> >>
> >> >> > parallelism doesn't work when I run "make check-compiler-rt -j8"
> >> >> > in the original build tree, presumably because we call
> >> >> > "cd /path/...