[PATCH] D148384: [Demangle] replace use of llvm::StringView w/ std::string_view

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 14 15:37:08 PDT 2023


nickdesaulniers planned changes to this revision.
nickdesaulniers added a comment.

In D148384#4269997 <https://reviews.llvm.org/D148384#4269997>, @MaskRay wrote:

> LLVMDemangle is used by bolt, clang, lld, lldb. You may want to build all of them to ensure all in-tree users have been migrated.

Oops! Wasn't buildnig bolt or lldb; thanks for pointing that out!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148384



More information about the llvm-commits mailing list