rust/tests/ui/target_modifiers/auxiliary/enabled_softfloat.rs
Eddy (Eduard) Stefes 51affa0394 add tests for s390x-unknown-none-softfloat
tests will check:
- correct emit of assembly for softfloat target
- incompatible set features will emit warnings/errors
- incompatible target tripples in crates will not link
2026-02-09 09:29:16 +01:00

8 lines
189 B
Rust

//@ add-minicore
//@ no-prefer-dynamic
//@ compile-flags: --target=s390x-unknown-none-softfloat
//@ needs-llvm-components: systemz
#![feature(no_core)]
#![crate_type = "rlib"]
#![no_core]