[libcxx-commits] [PATCH] D148566: [libcxxabi] copy back std::string_view patches from LLVM
Nick Desaulniers via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Apr 19 13:39:54 PDT 2023
nickdesaulniers planned changes to this revision.
nickdesaulniers added inline comments.
================
Comment at: libcxxabi/src/demangle/ItaniumDemangle.h:20
#include "DemangleConfig.h"
-#include "StringView.h"
+#include "StringViewExtras.h"
#include "Utility.h"
----------------
>From the build bots:
```
/home/libcxx-builder/.buildkite-agent/builds/google-libcxx-builder-libcxx-precommit-ci-group-sh1r-1/llvm-project/libcxx-ci/libcxxabi/src/demangle/ItaniumDemangle.h:20:10: fatal error: 'StringViewExtras.h' file not found
#include "StringViewExtras.h"
^~~~~~~~~~~~~~~~~~~~
```
I need to copy back this file, too.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148566/new/
https://reviews.llvm.org/D148566
More information about the libcxx-commits
mailing list