[Lldb-commits] [lldb] [lldb][NFC] Replace lldb's DWARFFormValue::ValueType with llvm's (PR #109853)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 24 14:08:11 PDT 2024


https://github.com/bulbazord approved this pull request.

LGTM. One thing to note is that llvm's ValueType struct has an additional uint64_t element for a section index. I wonder if LLDB can make use of that element for something useful after some additional refactors?

https://github.com/llvm/llvm-project/pull/109853


More information about the lldb-commits mailing list