[PATCH] D39016: Add Percent Symbol In PPC Registers for Linux

Alexandre Yukio Yamashita via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 23 11:38:36 PDT 2017


alexandreyy added a comment.

In https://reviews.llvm.org/D39016#903973, @joerg wrote:

> In https://reviews.llvm.org/D39016#903937, @alexandreyy wrote:
>
> > Because it is not possible to change the cl option by LLDB.
>
>
> There should be no need to. This is not a public interface anyway. Long term, all sources should be changed to consistently use the human-friendly names, but that's a separate issue.


I am confused. Does the LLVM will be changed to support human-friendly names in the future by default?
Is there another way to change it now?
The LLVM interface could be modified to accept an option for printing the prefixes. 
But It would require a lot of changes.


https://reviews.llvm.org/D39016





More information about the llvm-commits mailing list