[PATCH] D149707: [Demangle] remove unused status param of itaniumDemangle

Sergei Barannikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 20:20:50 PDT 2023


barannikov88 added a comment.

@nickdesaulniers This function is used in a couple more places:

> /mnt/d/llvm-project/llvm/lib/Target/SPIRV/SPIRVUtils.cpp:298:25: error: no matching function for call to 'itaniumDemangle'
>
>   char *DemangledName = itaniumDemangle(Name.data(), nullptr, &n, &Status);
>                         ^~~~~~~~~~~~~~~



> /mnt/d/llvm-project/llvm/lib/Target/SPIRV/SPIRVRegularizer.cpp:176:19: error: no matching function for call to 'itaniumDemangle'
>
>   char *NameStr = itaniumDemangle(F->getName().data(), nullptr, &n, &status);
>                   ^~~~~~~~~~~~~~~


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149707



More information about the llvm-commits mailing list