[all-commits] [llvm/llvm-project] c3e07d: [llvm-nm] Demangle Rust symbols

tmiasko via All-commits all-commits at lists.llvm.org
Fri Nov 12 03:53:14 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c3e07df6076045540574ce4fa5362742b52d91db
      https://github.com/llvm/llvm-project/commit/c3e07df6076045540574ce4fa5362742b52d91db
  Author: Tomasz Miąsko <tomasz.miasko at gmail.com>
  Date:   2021-11-12 (Fri, 12 Nov 2021)

  Changed paths:
    M llvm/test/tools/llvm-nm/X86/demangle.ll
    M llvm/tools/llvm-nm/llvm-nm.cpp

  Log Message:
  -----------
  [llvm-nm] Demangle Rust symbols

Add support for demangling Rust v0 symbols to llvm-nm by reusing
nonMicrosoftDemangle which supports both Itanium and Rust mangling.

Reviewed By: dblaikie, jhenderson

Differential Revision: https://reviews.llvm.org/D111937




More information about the All-commits mailing list