[PATCH] D109649: [llvm-readobj] [COFF] Try to resolve symbols in unwind info on x86

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 11 12:23:23 PDT 2021


mstorsjo created this revision.
mstorsjo added a reviewer: rnk.
Herald added subscribers: rupprecht, kristof.beyls.
Herald added a reviewer: jhenderson.
mstorsjo requested review of this revision.
Herald added a subscriber: MaskRay.
Herald added a project: LLVM.

This is the same as we do on arm64 already for the MSVC style label
symbols, but also handle the way GCC produces it - with all relocations
pointing at the .text section symbol, with various offsets.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D109649

Files:
  llvm/test/tools/llvm-readobj/COFF/x86_64-unwind-preferred-symbol-gcc.yaml
  llvm/test/tools/llvm-readobj/COFF/x86_64-unwind-preferred-symbol-msvc.yaml
  llvm/tools/llvm-readobj/Win64EHDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109649.372092.patch
Type: text/x-patch
Size: 11917 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210911/90187dcc/attachment.bin>


More information about the llvm-commits mailing list