[llvm-commits] [llvm] r127540 - in /llvm/trunk: include/llvm/MC/MCSection.h include/llvm/MC/MCSectionELF.h lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp

Rafael Avila de Espindola rafael.espindola at gmail.com
Thu Mar 17 13:41:03 PDT 2011


On 11-03-17 03:57 PM, Jan Sjodin wrote:
> I have been investigating this failure for the past couple of days.
> There is something wrong with the linker on the test machine. If i take
> the generated asm file (.s) and assemble and link on my own machine it
> works fine. If i assemble on the test machine and link on my machine it
> works fine, but if I link on the test machine the ELF format becomes
> corrupted somehow. This shows up e.g. with readelf -a, where the object
> file is okay, but the binary does not list the symbol table (it is there
> and can be listed with readelf -s) The patch should be good otherwise,
> the object file is smaller with the patch than without.

What are the liker versions on both cases?

> - Jan

Cheers,
Rafael



More information about the llvm-commits mailing list