[llvm] r217973 - Revert "[ARM, Fix] Fix emitLeading/TrailingFence on old ARM processors"

Robin Morisset morisset at google.com
Wed Sep 17 13:58:25 PDT 2014


Thanks, it was indeed this, I have tried fixing it in
http://reviews.llvm.org/D5386

On Wed, Sep 17, 2014 at 1:45 PM, David Peixotto <dpeixott at codeaurora.org>
wrote:

> > Revert "[ARM, Fix] Fix emitLeading/TrailingFence on old ARM processors"
> >
> > It is breaking the build on the buildbots but works fine on my machine, I
> > revert while trying to understand what happens (it appears to depend on
> > the compiler used to build, I probably used a C++11 feature that is not
> > perfectly supported by some of the buildbots).
>
>
> > -      ArrayRef<Value*> args = {Builder.getInt32(15),
> Builder.getInt32(0),
> > -                               Builder.getInt32(0), Builder.getInt32(7),
> > -                               Builder.getInt32(10),
> > Builder.getInt32(5)};
>
> If I had to guess, I would suspect the use of the initialization list here.
> I have seen MSVC have issues with similar code in the past. Not sure if
> that
> is the problem, but thought I would throw it out there.
>
> -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
> hosted
> by The Linux Foundation
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140917/b299de74/attachment.html>


More information about the llvm-commits mailing list