[Lldb-commits] [PATCH] D49740: Move RegisterValue, Scalar, State from Core to Utility
Zachary Turner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 3 12:53:59 PDT 2018
zturner added a comment.
Several months ago when this came up, i hypothesized that Utility would
eventually contain a mix of random stuff some of which may not make sense
in the long term. But that in the meantime, it’s useful to have some sort
of layering abstraction for “has no other dependencies”. Eventually when
this reaches critical mass, a natural separation should present itself,
because all the stuff that conceptually belongs together will be in
Utility. So then we can break Utility up into a more logical separation
https://reviews.llvm.org/D49740
More information about the lldb-commits
mailing list