<div dir="ltr">Thanks, it was indeed this, I have tried fixing it in <a href="http://reviews.llvm.org/D5386">http://reviews.llvm.org/D5386</a></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 17, 2014 at 1:45 PM, David Peixotto <span dir="ltr"><<a href="mailto:dpeixott@codeaurora.org" target="_blank">dpeixott@codeaurora.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> Revert "[ARM, Fix] Fix emitLeading/TrailingFence on old ARM processors"<br>
><br>
> It is breaking the build on the buildbots but works fine on my machine, I<br>
> revert while trying to understand what happens (it appears to depend on<br>
> the compiler used to build, I probably used a C++11 feature that is not<br>
> perfectly supported by some of the buildbots).<br>
<br>
<br>
</span><span class="">> -      ArrayRef<Value*> args = {Builder.getInt32(15), Builder.getInt32(0),<br>
> -                               Builder.getInt32(0), Builder.getInt32(7),<br>
> -                               Builder.getInt32(10),<br>
> Builder.getInt32(5)};<br>
<br>
</span>If I had to guess, I would suspect the use of the initialization list here.<br>
I have seen MSVC have issues with similar code in the past. Not sure if that<br>
is the problem, but thought I would throw it out there.<br>
<br>
-- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted<br>
by The Linux Foundation<br>
<br>
</blockquote></div><br></div>