[PATCH] D81905: Enhance Itanium demangler interface.

Erik Pilkington via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 20 16:57:32 PDT 2020


erik.pilkington added a comment.

I don't have a problem with adding an API like this in theory, but what exactly are you planning on using these for in an IR pass? If its to infer some semantic property of the symbol then there probably are better ways of expressing that, like getting the frontend to add metadata or a function attribute or something.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81905





More information about the llvm-commits mailing list