[Lldb-commits] [PATCH] D84070: [LLDB] [COFF] Fix handling of symbols with more than one aux symbol

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 20 01:43:18 PDT 2020


labath accepted this revision.
labath added a comment.

Thanks. If you think this is worth cherry-picking to 11.0 (it sounds like it is), please file the appropriate bug.



================
Comment at: lldb/test/Shell/ObjectFile/PECOFF/symbol.yaml:104
     StorageClass:    IMAGE_SYM_CLASS_STATIC
+  - Name:            .file
+    Value:           0
----------------
Maybe a comment that says this checks that the symbol is skipped. (making sure this code is not later removed for being unused).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84070





More information about the lldb-commits mailing list