Skip to content

Commit

Permalink
It is no longer necessary to provide supported_target_features (Embar…
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 authored and XAMPPRocky committed Nov 9, 2020
1 parent 499b213 commit 5605141
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 @@ -233,8 +233,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 5605141

Please sign in to comment.