On 31 January 2014 10:26, Renato Golin <renato.golin at linaro.org> wrote:> On 31 January 2014 10:01, Alexey Samsonov <samsonov at google.com> wrote: > >> Right now, in my CMake build tree I've ran "make compiler-rt", then >> changed compiler-rt/lib/absvsi2.c, then ran "make compiler-rt" again, and >> saw that lib/clang/3.5/lib/linux/libclang_rt.x86_64.a was indeed rebuilt. >> > > I was changing the lit.config files, probably they're not in the > dependency graph? >Correction, not only the lit.config but also the unit-tests within asan (source files). They didn't trigger their own build either. cheers, --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140131/c1f22db7/attachment.html>
On Fri, Jan 31, 2014 at 2:40 PM, Renato Golin <renato.golin at linaro.org>wrote:> On 31 January 2014 10:26, Renato Golin <renato.golin at linaro.org> wrote: > >> On 31 January 2014 10:01, Alexey Samsonov <samsonov at google.com> wrote: >> >>> Right now, in my CMake build tree I've ran "make compiler-rt", then >>> changed compiler-rt/lib/absvsi2.c, then ran "make compiler-rt" again, and >>> saw that lib/clang/3.5/lib/linux/libclang_rt.x86_64.a was indeed rebuilt. >>> >> >> I was changing the lit.config files, probably they're not in the >> dependency graph? >> > > Correction, not only the lit.config but also the unit-tests within asan > (source files). They didn't trigger their own build either. >How can I reproduce it?> > cheers, > --renato >-- Alexey Samsonov, MSK -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140131/545526f4/attachment.html>
On 31 January 2014 10:54, Alexey Samsonov <samsonov at google.com> wrote:> How can I reproduce it? >Do you have an ARM box? ;) I think any non-supported platform (mips?) would do, but now I'm not sure any more. It takes so long to build things that I get lost in the process. I'm posting the Clang patch soon, which should make my compiler-rt changes harmless when they land. If they work, I think we should just get something in and trim the problems as they appear, one by one, rather than chase ghosts in this thread (which is now just us). Let's close this here, and follow up on the two phab reviews. cheers, --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140131/400b9e16/attachment.html>