Skip to content

Commit

Permalink
It is no longer necessary to provide supported_target_features (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 authored Nov 5, 2020
1 parent afe3e1f commit 1f615dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/rustc_codegen_spirv/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,6 @@ impl CodegenBackend for SpirvCodegenBackend {
}

fn provide(&self, providers: &mut Providers) {
// For now, rustc requires this to be provided.
providers.supported_target_features = |_, _| Default::default();
// This is a lil weird: so, we obviously don't support C ABIs at all. However, libcore does declare some extern
// C functions:
// https://github.com/rust-lang/rust/blob/5fae56971d8487088c0099c82c0a5ce1638b5f62/library/core/src/slice/cmp.rs#L119
Expand Down

0 comments on commit 1f615dc

Please sign in to comment.