From 3478ce7fe5c19646b3378602b6c7ac78a3d7315d Mon Sep 17 00:00:00 2001 From: Antoni Boucher Date: Fri, 8 Mar 2024 08:44:32 -0500 Subject: [PATCH] Remove libLLVM workaround --- build.rs | 6 ------ deps/libLLVM-18-rust-1.78.0-nightly.so | 1 - rust-toolchain | 2 +- 3 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 build.rs delete mode 100644 deps/libLLVM-18-rust-1.78.0-nightly.so diff --git a/build.rs b/build.rs deleted file mode 100644 index b93c17793bf..00000000000 --- a/build.rs +++ /dev/null @@ -1,6 +0,0 @@ -// TODO: remove this file and deps/libLLVM-18-rust-1.78.0-nightly.so when -// https://github.com/rust-lang/rust/pull/121967 is merged. -fn main() { - println!("cargo:rerun-if-changed=deps/libLLVM-18-rust-1.78.0-nightly.so"); - println!("cargo:rustc-link-search=deps"); -} diff --git a/deps/libLLVM-18-rust-1.78.0-nightly.so b/deps/libLLVM-18-rust-1.78.0-nightly.so deleted file mode 100644 index c44ca790b4f..00000000000 --- a/deps/libLLVM-18-rust-1.78.0-nightly.so +++ /dev/null @@ -1 +0,0 @@ -INPUT(libLLVM.so.18.1-rust-1.78.0-nightly) diff --git a/rust-toolchain b/rust-toolchain index a0ac8286660..1f5f23b570b 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2024-03-05" +channel = "nightly-2024-03-08" components = ["rust-src", "rustc-dev", "llvm-tools-preview"]