================
@@ -1615,7 +1615,7 @@ class Target : public
std::enable_shared_from_this<Target>,
TargetStats &GetStatistics() { return m_stats; }
-private:
+protected:
----------------
JDevlieghere wrote:If you're wondering, this is so the unit test can access the private constructor. https://github.com/llvm/llvm-project/pull/94026 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
