[Lldb-commits] [PATCH] D49740: Move RegisterValue, Scalar, State from Core to Utility
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 25 04:24:28 PDT 2018
labath added a comment.
In https://reviews.llvm.org/D49740#1173655, @teemperor wrote:
> Did you test that with lldb's C++ modules? If not I can test it locally.
I didn't, but I don't expect there to be any issues, as I've made sure that the moved files don't include anything outside of lldb/Utility. You're welcome to try it out, of course.
https://reviews.llvm.org/D49740
More information about the lldb-commits
mailing list