[PATCH] D127623: [Debug] [Coroutine] Adjust the scope and name for coroutine frame

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 13 14:34:09 PDT 2022


dblaikie added a comment.

I believe there's particular syntax that's supported by demanglers for suffixes - (specifically, at least for itanium, using "." to separate the suffix from the symbol name will support demanglers doing good things with the name when demangling) - could you check whether that applies here, if we have any tools/utility functions that handle this sort of suffix additions in a portable/tool-compatible way, etc, and do that?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127623



More information about the llvm-commits mailing list