[Lldb-commits] [lldb] [lldb] Move ValueObject into its own library (NFC) (PR #113393)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 23 19:08:38 PDT 2024
JDevlieghere wrote:
Given that most of these files start with 1st ValueObject` I felt like that was the better name for the library, rather than DIL which doesn't exist yet. I'm fine with putting the DIL implementation in the new ValueObject library (potentially in a DIL subdirectory) or keep it in Core like you suggested.
https://github.com/llvm/llvm-project/pull/113393
More information about the lldb-commits
mailing list