[Lldb-commits] [lldb] [lldb] Move ValueObject into its own library (NFC) (PR #113393)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 22 16:43:10 PDT 2024


JDevlieghere 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?

Good point, I forgot the header guards. Fixed. 

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


More information about the lldb-commits mailing list