[PATCH] D101444: [demangler] Initial support for the new Rust mangling scheme

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 2 10:27:40 PDT 2021


tschuett added a comment.

Stupid question! Why does the rust demangler has to follow the API of

  __cxa_demangle

instead of a modern API with `llvm::Error`   and a `BumpPtrAllocator` ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101444



More information about the llvm-commits mailing list