Skip to content

Commit

Permalink
Unrolled build for rust-lang#116371
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#116371 - nnethercote:rustc_llvm, r=bjorn3

Remove unused features from `rustc_llvm`.

r? `@bjorn3`
  • Loading branch information
rust-timer committed Oct 3, 2023
2 parents eb0f3ed + c3127d1 commit 6d16bff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions compiler/rustc_llvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name = "rustc_llvm"
version = "0.0.0"
edition = "2021"

[features]
static-libstdcpp = []
emscripten = []

[dependencies]
libc = "0.2.73"

Expand Down

0 comments on commit 6d16bff

Please sign in to comment.