[all-commits] [llvm/llvm-project] df052e: Revert "Try to unbreak Win build differently after...
Geoffrey Martin-Noble via All-commits
all-commits at lists.llvm.org
Thu Sep 2 12:07:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df052e1732ab57f5d9c684ceeaed3ab39073cd9f
https://github.com/llvm/llvm-project/commit/df052e1732ab57f5d9c684ceeaed3ab39073cd9f
Author: Geoffrey Martin-Noble <gcmn at google.com>
Date: 2021-09-02 (Thu, 02 Sep 2021)
Changed paths:
M clang/lib/Driver/ToolChains/Arch/X86.cpp
M llvm/include/llvm/ADT/StringMap.h
M llvm/unittests/ADT/StringMapTest.cpp
Log Message:
-----------
Revert "Try to unbreak Win build differently after 973519826edb76"
Breaks the build and failed pre-merge checks:
https://buildkite.com/llvm-project/premerge-checks/builds/54930#07373971-3d37-49cf-9def-22c0d724ee23
> 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()) {
This reverts commit 5881dcff7e76a68323edc8bb3c6e14420ad9cf7c.
More information about the All-commits
mailing list