[all-commits] [llvm/llvm-project] 72b8d2: [NFC] refactor demangle of llvm-nm (#67481)

diggerlin via All-commits all-commits at lists.llvm.org
Wed Sep 27 10:02:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 72b8d25ae6e45050f82aca5230239c26eb027eb1
      https://github.com/llvm/llvm-project/commit/72b8d25ae6e45050f82aca5230239c26eb027eb1
  Author: diggerlin <39063962+diggerlin at users.noreply.github.com>
  Date:   2023-09-27 (Wed, 27 Sep 2023)

  Changed paths:
    M llvm/tools/llvm-nm/llvm-nm.cpp

  Log Message:
  -----------
  [NFC] refactor demangle of llvm-nm (#67481)

since we landed the patch `https://reviews.llvm.org/D139864
[llvm-cxxfilt] Do not consider the prefix dot as part of the demangled
symbol name`. we can simply the code on the llvm-nm demanlge by using
the llvm::demangle directly.

---------

Co-authored-by: zhijian <zhijian at ca.ibm.com>




More information about the All-commits mailing list