[llvm-commits] Change DwarfUsesAbsoluteLabelForStmtList to false for X86ELFMCAsmInfo.
Jan Sjodin
jan_sjodin at yahoo.com
Fri Feb 25 11:37:26 PST 2011
Dwarfdump gives an error and gdb fails when generating code in memory (but
happens to accept it in a .o file) in Linux when
DwarfUsesAbsoluteLabelForStmtList = true, this patch sets it to false to fix
this issue. I don't know if this is true for other targets, but the change is
limited to X86ELFMCAsmInfo.
- Jan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0039_dwarflabel.patch
Type: application/octet-stream
Size: 449 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110225/02087c56/attachment.obj>
More information about the llvm-commits
mailing list