Skip to content

Commit

Permalink
Use ar_archive_writer from sysroot for cg_clif
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Aug 9, 2024
1 parent 3ea9313 commit 0174cb1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ cranelift-object = { version = "0.110.1" }
target-lexicon = "0.12.0"
gimli = { version = "0.28", default-features = false, features = ["write"]}
object = { version = "0.36", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }
ar_archive_writer = "0.3"

indexmap = "2.0.0"
libloading = { version = "0.8.0", optional = true }
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#![warn(unused_lifetimes)]
// tidy-alphabetical-end

extern crate ar_archive_writer;
extern crate jobserver;
#[macro_use]
extern crate rustc_middle;
Expand Down

0 comments on commit 0174cb1

Please sign in to comment.