[Lldb-commits] [PATCH] D59427: [lldb] [API] Split SBRegistry into smaller files
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 15 13:38:03 PDT 2019
JDevlieghere requested changes to this revision.
JDevlieghere added a comment.
This revision now requires changes to proceed.
In D59427#1431383 <https://reviews.llvm.org/D59427#1431383>, @krytarowski wrote:
> It looks good to me, but maybe @JDevlieghere has a better idea how to optimize it.
How about moving the register macros in the corresponding files? They're already grouped by file, so it should be easy enough. Something like:
void RegisterSBProcess();
void RegisterSBTarget();
...
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59427/new/
https://reviews.llvm.org/D59427
More information about the lldb-commits
mailing list