jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lldb/source/API/SBDebugger.cpp:878
// call the target triple version.
- error = m_opaque_sp->GetTargetList().CreateTarget(*m_opaque_sp,
filename,
- arch_cstr, eLoadDependentsYes, nullptr, target_sp);
+ error = m_opaque_sp->GetTargetList().CreateTarget(
+ *m_opaque_sp, filename, arch_cstr, eLoadDependentsYes, nullptr,
----------------
These two are just reformatting, right? I can't see any actual difference.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109101/new/
https://reviews.llvm.org/D109101
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits