[llvm] r267488 - ARM: put correct symbol index on indirect pointers in __thread_ptr.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 04:51:51 PDT 2016


> -----Original Message-----
> From: Renato Golin [mailto:renato.golin at linaro.org]
> Sent: 26 April 2016 12:13
> To: Tim Northover; Daniel Sanders
> Cc: LLVM Commits
> Subject: Re: [llvm] r267488 - ARM: put correct symbol index on indirect
> pointers in __thread_ptr.
> 
> On 26 April 2016 at 10:52, Renato Golin <renato.golin at linaro.org> wrote:
> > On 25 April 2016 at 23:36, Tim Northover via llvm-commits
> > <llvm-commits at lists.llvm.org> wrote:
> >> Author: tnorthover
> >> Date: Mon Apr 25 17:36:07 2016
> >> New Revision: 267488
> >>
> >> URL: http://llvm.org/viewvc/llvm-project?rev=267488&view=rev
> >> Log:
> >> ARM: put correct symbol index on indirect pointers in __thread_ptr.
> >
> > Hi Tim,
> >
> > Something wrong with the test here:
> >
> > http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15/builds/11649
> >
> > http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15/builds/11797
> 
> It seems this change also affected MIPS buildbots. Reverted in r267541.
> 
> cheers,
> --renato

That's right, the MIPS buildbots build all targets so we hit the same problem. Here's the links to the builds:
http://lab.llvm.org:8011/builders/clang-cmake-mips/builds/13271

http://lab.llvm.org:8011/builders/llvm-mips-linux/builds/16453


More information about the llvm-commits mailing list