[PATCH] D149104: [Demangle] make llvm::demangle take std::string_view rather than const std::string&

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 2 11:44:38 PDT 2023


nickdesaulniers added a comment.

Looks like this is causing a regression in lld/test/wasm/why-extract.s when `-DLLVM_ENABLE_EXPENSIVE_CHECKS=ON` is enabled. I'm looking into it and hoping to fix forward by EOD.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149104



More information about the cfe-commits mailing list