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

David Peixotto dpeixott at codeaurora.org
Wed Sep 17 13:45:01 PDT 2014


> 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




More information about the llvm-commits mailing list