[PATCH] D47302: [WIP] New class SBTargetSettings to store and manipulate all target's properties.

Alexander Polyakov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 23 07:23:00 PDT 2018


apolyakov added a comment.

Another approach is to implement SBTargetSettings' functionality such as serialization inside lldb_private TargetProperties class and then just add an API to the SBTarget. For example:
`void SBTarget::SerializeProperties(...)`

What do you think about this way?


https://reviews.llvm.org/D47302





More information about the llvm-commits mailing list