[Lldb-commits] [PATCH] D146553: [lldb][CMake] Enforce not linking against plugin libs in core libs

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 22 02:15:28 PDT 2023


DavidSpickett added a comment.

Is this policy documented anywhere? Perhaps you can update one of the design pages if it isn't already there.

Because I am a bit confused about it. Some parts of lldb use plugins and those parts are called by commands through a few other layers. However commands can't link to the plugins directly, but some of them do show information that further down came from a plugin. I'm wondering what the best practices are (and some examples would be great!).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146553



More information about the lldb-commits mailing list