[PATCH] D74006: [MC][ELF] Make linked-to symbol name part of ELFSectionKey

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 12 16:51:20 PDT 2020


efriedma added a comment.

I briefly made a couple attempts to reproduce SPEC2006 failures, but failed; all the tests pass for me, with both binutils ld and lld.  My setup isn't hardfloat, but that seems unlikely to be relevant.

Are you using latest master?  (In particular, more recent than D75095 <https://reviews.llvm.org/D75095>?)

It would be helpful if you could try to figure out what's actually different about the executables before/after this patch, using objdump.  I mean, the failures are consistent with something going wrong generating the unwind info section, but it's not clear what specifically is going wrong.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74006/new/

https://reviews.llvm.org/D74006





More information about the llvm-commits mailing list