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

Fangrui Song via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 14 17:12:55 PDT 2023


MaskRay added inline comments.


================
Comment at: llvm/include/llvm/Demangle/ItaniumDemangle.h:19
 
+#include <llvm/ADT/StringViewExtras.h>
+
----------------
chapuni wrote:
> Odd layering...
Good catch. LLVMDemangle cannot depend on other LLVM libraries.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148384



More information about the lldb-commits mailing list