[PATCH] D63524: [llvm-objdump] Allow --disassemble-functions to take demangled names

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 19 17:29:49 PDT 2019


ychen added a comment.

In D63524#1549930 <https://reviews.llvm.org/D63524#1549930>, @jhenderson wrote:

> Can you persuade git/svn to do a rename of the test rather than a delete and add? That would make the diff easier to see.


Didn't find a way to achieve that unless splitting the file rename part out. Seems it is how Git works (https://stackoverflow.com/questions/7938582/how-does-git-detect-similar-files-for-its-rename-detection),


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63524/new/

https://reviews.llvm.org/D63524





More information about the llvm-commits mailing list