[PATCH] D109167: Try to unbreak Win build differently after 973519826edb76
Geoffrey Martin-Noble via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 2 12:05:07 PDT 2021
GMNGeoffrey added a comment.
I'm seeing a build failure coming out of this:
> llvm-project/lld/wasm/Writer.cpp:521:16: error: non-const lvalue reference to type 'llvm::StringRef' cannot bind to a temporary of type 'llvm::StringRef'
>
> for (auto &feature : used.keys()) {
Looks like pre-merge checks failed with the same error: https://buildkite.com/llvm-project/premerge-checks/builds/54930#07373971-3d37-49cf-9def-22c0d724ee23
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109167/new/
https://reviews.llvm.org/D109167
More information about the cfe-commits
mailing list