[llvm-dev] [LLD] Slow callstacks in gdb
Rafael Avila de Espindola via llvm-dev
llvm-dev at lists.llvm.org
Tue Dec 5 13:22:09 PST 2017
Martin Richtarsky <s at martinien.de> writes:
> Output looks as follows [1] Seems sh_offset is missing?
That is what readelf prints as Off
> [17] .rela.text RELA 0000000000000000 071423 001728 18
> 1 4 8
The offset of rela text should have been aligned, but it is not. Can you
report a bug on icc? As a work around using the gnu assembler if
possible should fix this.
Cheers,
Rafael
More information about the llvm-dev
mailing list