[Lldb-commits] [lldb] [lldb] Fix a circular include dependency (NFC) (PR #188931)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 30 08:22:42 PDT 2026


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

LGTM. I don't see a reason why `lldb-private-types.h` should include `lldb-private.h` as the latter is mean to be an "umbrella header". I would've been okay including the other private headers directly, but if we're just doing that to get the (public) types then this is even better.

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


More information about the lldb-commits mailing list