about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2025-02-26 07:40:35 +0000
committerTrevor Gross <t.gross35@gmail.com>2025-02-26 02:47:49 -0500
commit60ea5815b26aff290dce9f8a17973c59dc276dc8 (patch)
treeca0e10e7a6f3b05ccb2bfbbef82e3c18fb5450e9
parent45c4a1d1b58c247070ec61d8fea19b49518f5e83 (diff)
downloadrust-60ea5815b26aff290dce9f8a17973c59dc276dc8.tar.gz
rust-60ea5815b26aff290dce9f8a17973c59dc276dc8.zip
Update LLVM downloads to 20.1-2025-02-13
This matches the version used by rust-lang/rust.
-rw-r--r--library/compiler-builtins/.github/workflows/main.yml2
-rw-r--r--library/compiler-builtins/README.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/library/compiler-builtins/.github/workflows/main.yml b/library/compiler-builtins/.github/workflows/main.yml
index 7336efc4224..fd1f6d5327d 100644
--- a/library/compiler-builtins/.github/workflows/main.yml
+++ b/library/compiler-builtins/.github/workflows/main.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
 env:
   RUSTDOCFLAGS: -Dwarnings
   RUSTFLAGS: -Dwarnings
-  RUST_LLVM_VERSION: 19.1-2024-09-17
+  RUST_LLVM_VERSION: 20.1-2025-02-13
   RUST_COMPILER_RT_ROOT: ./compiler-rt
 
 jobs:
diff --git a/library/compiler-builtins/README.md b/library/compiler-builtins/README.md
index a2b38cce0ef..d91d88a8559 100644
--- a/library/compiler-builtins/README.md
+++ b/library/compiler-builtins/README.md
@@ -89,8 +89,8 @@ to test against, located in a directory called `compiler-rt`. This can be
 obtained with the following:
 
 ```sh
-curl -L -o rustc-llvm-19.1.tar.gz https://github.com/rust-lang/llvm-project/archive/rustc/19.1-2024-09-17.tar.gz
-tar xzf rustc-llvm-19.1.tar.gz --strip-components 1 llvm-project-rustc-19.1-2024-09-17/compiler-rt
+curl -L -o rustc-llvm-20.1.tar.gz https://github.com/rust-lang/llvm-project/archive/rustc/20.1-2025-02-13.tar.gz
+tar xzf rustc-llvm-20.1.tar.gz --strip-components 1 llvm-project-rustc-20.1-2025-02-13/compiler-rt
 ```
 
 Local targets may also be tested with `./ci/run.sh [target]`.