[Lldb-commits] [lldb] Reapply "[lldb/cmake] Plugin layering enforcement mechanism (#144543)" (PR #145305)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 23 04:11:07 PDT 2025


================
@@ -0,0 +1,76 @@
+foreach (scope DIRECTORY TARGET)
+  define_property(${scope} PROPERTY LLDB_PLUGIN_KIND INHERITED
+    BRIEF_DOCS "LLDB plugin kind (Process, SymbolFile, etc."
----------------
DavidSpickett wrote:

missing a closing `)`

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


More information about the lldb-commits mailing list