[llvm-commits] [llvm] r91444 - in /llvm/trunk/lib/Analysis: DbgInfoPrinter.cpp ValueTracking.cpp

Török Edwin edwintorok at gmail.com
Tue Dec 15 11:47:54 PST 2009


On 2009-12-15 21:44, Chris Lattner wrote:
>
> On Dec 15, 2009, at 11:39 AM, Török Edwin wrote:
>
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=91444&view=rev
>>> Log:
>>> Fix GetConstantStringInfo to not look into MDString (it works on
>>> real data, not metadata) and fix DbgInfoPrinter to not abuse
>>> GetConstantStringInfo.
>>>
>>>
>>
>> Thanks. The old way of representing debug info is gone now right?
>
> I'm not sure what you mean?

Debuginfo is only represented using metadata now, and the old
way of representing debuginfo (not using metadata) is not supported at
all now.
Am I right?

DbgInfoPrinter calling GetConstantStringInfo was probably the last piece
of the old way.

Best regards,
--Edwin



More information about the llvm-commits mailing list