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

Amy Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 2 12:52:13 PST 2021


akhuang created this revision.
akhuang added a reviewer: rnk.
Herald added a subscriber: hiraditya.
akhuang requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D95893

Files:
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/test/DebugInfo/COFF/cpp-mangling.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95893.320887.patch
Type: text/x-patch
Size: 4431 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210202/b4aa604f/attachment.bin>


More information about the llvm-commits mailing list