[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:30:29 PDT 2021


mstorsjo added inline comments.


================
Comment at: llvm/test/tools/llvm-readobj/COFF/x86_64-unwind-preferred-symbol-gcc.yaml:8
+# CHECK: StartAddress: func1
+# CHECK: EndAddress: func2
+# CHECK: UnwindInfoAddress: .xdata
----------------
Note that we might resolve the end address into the symbol of the next function that starts directly after, in some cases (if there's no padding inbetween), but that's hopefully tolerable.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109649



More information about the llvm-commits mailing list