[llvm-commits] [llvm] r111895 - in /llvm/trunk: lib/AsmParser/LLParser.cpp lib/AsmParser/LLParser.h lib/Bitcode/Writer/ValueEnumerator.cpp lib/Bitcode/Writer/ValueEnumerator.h test/Feature/metadata.ll

Dan Gohman gohman at apple.com
Tue Aug 24 07:18:32 PDT 2010


On Aug 24, 2010, at 12:36 AM, Nick Lewycky wrote:

> Dan Gohman wrote:
>> Author: djg
>> Date: Mon Aug 23 21:24:03 2010
>> New Revision: 111895
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=111895&view=rev
>> Log:
>> Extend function-local metadata to be usable as attachments.
> 
> Dan, does this work with existing .bc files? It's not immediately obvious to me whether this will affect the numbering used for metadata which needs to match the numbering used when writing them.

The bitcode reader didn't change here, so it's unlikely to have become
backwards-incompatible here.

Dan

> 
> Nick
> 
>> Modified:
>>     llvm/trunk/lib/AsmParser/LLParser.cpp
>>     llvm/trunk/lib/AsmParser/LLParser.h
>>     llvm/trunk/lib/Bitcode/Writer/ValueEnumerator.cpp
>>     llvm/trunk/lib/Bitcode/Writer/ValueEnumerator.h
>>     llvm/trunk/test/Feature/metadata.ll





More information about the llvm-commits mailing list