https://github.com/clayborg requested changes to this pull request.
A few things to fix mentioned in inline comments. We should add the ability to set the target in SBModuleSpec in the public API. So we need to add: ``` SBTarget SBModuleSpec::GetTarget(); void SBModuleSpec::SetTarget(SBTarget target); ``` https://github.com/llvm/llvm-project/pull/160199 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
