[LLVMdev] More DIFactory questions - still stumped

Chris Lattner clattner at apple.com
Mon Oct 11 10:43:33 PDT 2010


On Oct 11, 2010, at 8:17 AM, Devang Patel wrote:

>> Interestingly enough, I just upgraded to the latest Ubuntu (10.10 - Maverick Meercat), and the LLVM-generated code no longer builds: I get the following error in the assembler stage (after the bitcode is converted to assembly):
>> 
>>    SwitchStmtTest.s: Assembler messages:
>>    SwitchStmtTest.s:294899: Fatal error: duplicate .debug_line sections
>> 
> 
> This is a known Linux binutils bug. There is a llvm pr in bugzilla database, I don't remember the no. though.

Direct .o file writing support for ELF is nearing functionality, it will define away this sort of issue.

-Chris



More information about the llvm-dev mailing list