[all-commits] [llvm/llvm-project] a740af: [CodeView][DebugInfo] Update the code for removing...

Amy Huang via All-commits all-commits at lists.llvm.org
Fri Feb 5 09:49:48 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a740af4de970405fd7196219307a1e4cc53a35cf
      https://github.com/llvm/llvm-project/commit/a740af4de970405fd7196219307a1e4cc53a35cf
  Author: Amy Huang <akhuang at google.com>
  Date:   2021-02-05 (Fri, 05 Feb 2021)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
    M llvm/test/DebugInfo/COFF/cpp-mangling.ll

  Log Message:
  -----------
  [CodeView][DebugInfo] Update the code for removing template arguments from the display name of a codeview function id.

Previously the code split the string at the first '<', which
incorrectly truncated names like `operator<`.

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




More information about the All-commits mailing list