[llvm-commits] [llvm] r164727 - in /llvm/trunk: include/llvm/Function.h lib/VMCore/Function.cpp
Bill Wendling
isanbard at gmail.com
Wed Sep 26 16:14:37 PDT 2012
On Sep 26, 2012, at 4:06 PM, Eli Friedman <eli.friedman at gmail.com> wrote:
> On Wed, Sep 26, 2012 at 3:15 PM, Bill Wendling <isanbard at gmail.com> wrote:
>> Author: void
>> Date: Wed Sep 26 17:15:19 2012
>> New Revision: 164727
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=164727&view=rev
>> Log:
>> Query the parameter attributes directly instead of using the Attribute symbols.
>
> This commit is breaking the buildbots:
>
> Assertion failed: (Idx && Idx != ~0U && "Invalid parameter index!"),
> function getParamAttributes, file
> [...]/llvm/include/llvm/Attributes.h, line 524.
>
This is a bug in LLVM where they're using the wrong method call. I'll investigate.
-bw
More information about the llvm-commits
mailing list