[Lldb-commits] [lldb] [lldb] Move ValueObject into its own library (NFC) (PR #113393)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 22 16:26:18 PDT 2024
cmtice wrote:
It appears that in all the .h files that you moved from Core to ValueObject, you did not update the ifdef variable at the top of the file? I would have expected, e.g. that "LLDB_CORE_VALUEOBJECT_H" should be changed to "LLDB_VALUEOBJECT_VALUEOBJECT_H". Shouldn't it?
https://github.com/llvm/llvm-project/pull/113393
More information about the lldb-commits
mailing list