[Lldb-commits] [PATCH] D132231: [lldb][ClangExpression] Remove storage-class check when creating AsmLabel

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 22 00:31:38 PDT 2022


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

Yeah, fixing this correctly is not going to be trivial. Off the top of my head, I can think of two solutions (creating per-file ASTs for static objects, or putting all static objects from a given file into a special namespace) and each of them has a lot of drawbacks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132231



More information about the lldb-commits mailing list