[llvm-commits] [llvm] r56704 - in /llvm/trunk: include/llvm/ lib/AsmParser/ lib/Bitcode/Reader/ lib/Transforms/IPO/ lib/Transforms/Scalar/ lib/VMCore/

Dan Gohman gohman at apple.com
Mon Oct 6 10:03:38 PDT 2008


On Oct 5, 2008, at 11:25 AM, Chris Lattner wrote:

>
> On Oct 4, 2008, at 12:07 PM, Chris Lattner wrote:
>
>> On Oct 4, 2008, at 11:33 AM, Dan Gohman wrote:
>>> Hi Devang,
>>>
>>> Something in the recent attribute changes is breaking
>>> backwards compatibility with bitcocde files produced by
>>> LLVM 2.2, and perhaps other versions, but that's what
>>> I have handy at the moment.
>>
>> Devang, please make this a high priority to address.  This must be
>> fixed before 2.4 is released.
>
> Dan, please reverify that this is still broken.  I just fixed some
> problems in the bcreader to make progress on other bugs.


LLVM TOT now successfully reads the LLVM 2.2 bitcode form of
my testcase.

Thanks,

Dan




More information about the llvm-commits mailing list