[Lldb-commits] [PATCH] D43647: Generate most of the target properties from a central specification.
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 22 16:42:25 PST 2018
labath added a comment.
I'm not against this in any way, but my long-term goal for this would be so that I can declare a property with something like:
Property<FileSpec> InputPath(ParentProperty, "input-path", "description-string")
where the Property class would know have an appropriate conversion operator, know how to set itself from a string, etc.
With such a setup, I'm hoping we can drive the macros and the boilerplate down to a minimum.
Repository:
rL LLVM
https://reviews.llvm.org/D43647
More information about the lldb-commits
mailing list