[llvm-commits] [llvm] r135154 - in /llvm/trunk: examples/BrainF/BrainF.cpp include/llvm/Intrinsics.h lib/CodeGen/IntrinsicLowering.cpp lib/Transforms/InstCombine/InstCombineAndOrXor.cpp lib/Transforms/InstCombine/InstCombineCalls.cpp lib/Transfor

Benjamin Kramer benny.kra at googlemail.com
Mon Jul 18 15:53:52 PDT 2011


Hi Galina,

I fixed the first one. The second one looks like a bug in the host
compiler (arrays decay too early). I have little intentions to add a
workaround for that.

- Ben

On Mon, Jul 18, 2011 at 15:00, Galina Kistanova <gkistanova at gmail.com> wrote:
> Hello Benjamin,
>
> Seems this revision breaks llvm-gcc cross builds for arm such as:
>
> http://google1.osuosl.org:8011/builders/llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-hard-float
> http://google1.osuosl.org:8011/builders/llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float
>
> Please have a look.
>
> Thanks
>
> Galina
>
>
>
> On Thu, Jul 14, 2011 at 10:45 AM, Benjamin Kramer
> <benny.kra at googlemail.com> wrote:
>> Author: d0k
>> Date: Thu Jul 14 12:45:39 2011
>> New Revision: 135154
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=135154&view=rev
>> Log:
>> Change Intrinsic::getDeclaration and friends to take an ArrayRef.



More information about the llvm-commits mailing list