Skip to content

Commit

Permalink
Auto merge of #82605 - cuviper:issue81051, r=nikic
Browse files Browse the repository at this point in the history
Revert LLVM D81803 because it broke Windows 7

This submodule update reverts <https://reviews.llvm.org/D81803>.

While that change is meant to fix a real bug, [LLVM PR42623], it caused
new permission errors on Windows 7 that make it unable to build any
archives. This is probably the same root cause as [LLVM PR48378].

Fixes #81051. We'll file a new Rust issue to track the LLVM resolution.

[LLVM PR42623]: https://bugs.llvm.org/show_bug.cgi?id=42623
[LLVM PR48378]: https://bugs.llvm.org/show_bug.cgi?id=48378
  • Loading branch information
bors committed Feb 28, 2021
2 parents 6e2801c + 31814c4 commit 7c3a914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llvm-project

0 comments on commit 7c3a914

Please sign in to comment.