[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."
+    FULL_DOCS  "see lldb/docs/resources/contributing.rst"
----------------
DavidSpickett wrote:

`see` -> `See`

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


More information about the lldb-commits mailing list