[PATCH] D119910: [clang][debug] port clang-cl /JMC flag to ELF

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 16 01:42:40 PST 2022


labath added a comment.

Not my usual wheelhouse, but since I'm here, here are some of my thoughts:

- reusing the existing solution/code seems like a good idea -- no need to reinvent the wheel
- how does that work, actually? How does it differentiate between "my" code and "code that happens to be compiled in the current CU" (e.g. the STL).  What's the significance of the funky `__XXXXXXXX_x at c` symbols?
- if the goal is to integrate this into lldb (and given that lldb currently does not support any feature like this), I'd recommend sending an RFC/heads up early, to identify possible issues


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119910



More information about the llvm-commits mailing list