rust/src/test/ui/target-feature
bors f434217aab Auto merge of #79608 - alessandrod:bpf, r=nagisa
BPF target support

This adds `bpfel-unknown-none` and `bpfeb-unknown-none`, two new no_std targets that generate little and big endian BPF. The approach taken is very similar to the cuda target, where `TargetOptions::obj_is_bitcode` is enabled and code generation is done by the linker.

I added the targets to `dist-various-2`. There are [some tests](https://github.com/alessandrod/bpf-linker/tree/main/tests/assembly) in bpf-linker and I'm planning to add more. Those are currently not ran as part of rust CI.
2021-06-06 01:02:32 +00:00
..
gate.rs Fix tests 2021-05-29 23:16:49 +10:00
gate.stderr Fix tests 2021-05-29 23:16:49 +10:00
invalid-attribute.rs Emit warnings for misplaced attributes used by some crates 2020-09-05 20:46:37 -04:00
invalid-attribute.stderr Emit warnings for misplaced attributes used by some crates 2020-09-05 20:46:37 -04:00
rust-specific-name-no-warnings.rs rustc: Support Rust-specific features in -Ctarget-feature 2021-05-06 08:52:03 -07:00
wasm-safe.rs rustc: Allow safe #[target_feature] on wasm 2021-05-28 12:57:35 -07:00