[llvm] r174445 - Dwarf: support for LTO where a single object file can have multiple line tables

David Blaikie dblaikie at gmail.com
Tue Feb 12 10:51:06 PST 2013


On Tue, Feb 12, 2013 at 10:17 AM, Krzysztof Parzyszek
<kparzysz at codeaurora.org> wrote:
> On 2/5/2013 3:52 PM, Manman Ren wrote:
>>
>> Author: mren
>> Date: Tue Feb  5 15:52:47 2013
>> New Revision: 174445
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=174445&view=rev
>> Log:
>> Dwarf: support for LTO where a single object file can have multiple line
>> tables
>>
>> We generate one line table for each compilation unit in the object file.
>> Reviewed by Eric and Kevin.
>
>
> This actually breaks things when you use the external assembler.  In the .s
> file the "line_table_start" symbols will be referenced, but not defined.

174479 & 174785 should've addressed these. Are you still seeing the issue?



More information about the llvm-commits mailing list