[Lldb-commits] [PATCH] D65185: Let tablegen generate property definitions
Frederic Riss via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 25 13:22:25 PDT 2019
friss added a comment.
When we hit that merge conflict issue 2 days ago (which mismatched a property and its enum), the first thing that came to my mind was that a tablegen approach would have prevented it. For some reason it seemed more natural to me, and it still does.
I might have liked a .def file approach as much if Jonas did it that way. Now that this is implemented however, I'm not sure I see the appeal of redoing it as a .def file.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65185/new/
https://reviews.llvm.org/D65185
More information about the lldb-commits
mailing list