[Lldb-commits] [PATCH] D146473: [lldb][CMake] Enforce not letting lldbUtility link against any other lldb libs

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 20 16:44:22 PDT 2023


bulbazord added a comment.

Note that this won't stop people from performing `#include` with non-Utility files, but this marks the intent that Utility is not supposed to be using anything else in lldb.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146473/new/

https://reviews.llvm.org/D146473



More information about the lldb-commits mailing list