================ @@ -1,7 +1,43 @@ # TODO: Clean up this directory and its dependencies set_property(DIRECTORY PROPERTY LLDB_PLUGIN_KIND ProcessUtility) +add_lldb_library(lldbRegisterSupport NO_PLUGIN_DEPENDENCIES ---------------- DavidSpickett wrote:
Maybe I'm reading this incorrectly but it looks like lldbRegisterSupport is defined within Utility? That seems wrong for a PR that is splitting something *out* of utility. https://github.com/llvm/llvm-project/pull/222330 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
