From 31814c41aa8df26450bb3aa2dac0883d95394bca Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Sat, 27 Feb 2021 11:09:00 -0800 Subject: [PATCH] Revert LLVM D81803 because it broke Windows 7 This submodule update reverts . 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 --- src/llvm-project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llvm-project b/src/llvm-project index 2a054c1e4fb04..96ae8953e4938 160000 --- a/src/llvm-project +++ b/src/llvm-project @@ -1 +1 @@ -Subproject commit 2a054c1e4fb04756b7f0509eeae63289db0df887 +Subproject commit 96ae8953e4938d39c4173dd189f268459fff8c02