================ @@ -2347,6 +2347,7 @@ ModuleSP Target::GetOrCreateModule(const ModuleSpec &orig_module_spec, // Apply any remappings specified in target.object-map: ModuleSpec module_spec(orig_module_spec); + module_spec.SetTarget(this->shared_from_this()); ---------------- GeorgeHuyubo wrote:
this-> https://github.com/llvm/llvm-project/pull/160199 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
