[Lldb-commits] [PATCH] D49685: LLDB does not respect platform sysroot when loading core on Linux
Eugene Birukov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 24 11:26:46 PDT 2018
EugeneBi added a comment.
> You would just move:
>
> auto resolved_module_spec(module_spec);
> if (sysroot != nullptr)
> resolved_module_spec.GetFileSpec().PrependPathComponent(sysroot);
>
>
> into the code in Platform.cpp and do it all there.
Ah, I see. Will do, thanks.
https://reviews.llvm.org/D49685
More information about the lldb-commits
mailing list