labath added a comment.
BTW, to appease older versions of gcc you will need to write the initializer as
`= {{"-"}, {"to"}, ...}` (i.e. add extra {} around the strings).https://reviews.llvm.org/D44055 _______________________________________________ lldb-commits mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
