[Lldb-commits] [PATCH] D134585: [lldb][COFF] Map symbols without base+complex type as 'Data' type

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 26 01:41:41 PDT 2022


DavidSpickett added a comment.

You're the expert on what the linker does and the code looks fine.

Is it possible that msvc uses these `IMAGE_SYM_TYPE_NULL` in a different way that could cause a problem? Worst that happens is we get a bunch of symbols available in expressions that shouldn't be?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134585



More information about the lldb-commits mailing list