================
@@ -1009,6 +1009,8 @@ class LLDB_API SBTarget {
friend class SBValue;
friend class SBVariablesOptions;
+ friend class SBModuleSpec;
+
----------------
clayborg wrote:move this right below the ``` friend class SBModule; ``` above with no extra spaces https://github.com/llvm/llvm-project/pull/160199 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
