about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/src
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-08-09 17:23:50 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-08-09 17:23:50 +0000
commit6e5873c08c13b7aebae6e277caa39177e6c2b5e3 (patch)
tree12190e5f828c3a9ad98bd2ec484c678f5c5dd1af /compiler/rustc_codegen_cranelift/src
parentaf7ea3135deb4c2e4636d002b892c7ecf054a2e9 (diff)
downloadrust-6e5873c08c13b7aebae6e277caa39177e6c2b5e3.tar.gz
rust-6e5873c08c13b7aebae6e277caa39177e6c2b5e3.zip
Use ar_archive_writer from sysroot for cg_clif
Diffstat (limited to 'compiler/rustc_codegen_cranelift/src')
-rw-r--r--compiler/rustc_codegen_cranelift/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_cranelift/src/lib.rs b/compiler/rustc_codegen_cranelift/src/lib.rs
index f737af25b62..21930fa2ddb 100644
--- a/compiler/rustc_codegen_cranelift/src/lib.rs
+++ b/compiler/rustc_codegen_cranelift/src/lib.rs
@@ -12,6 +12,7 @@
 #![warn(unused_lifetimes)]
 // tidy-alphabetical-end
 
+extern crate ar_archive_writer;
 extern crate jobserver;
 #[macro_use]
 extern crate rustc_middle;