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
8 lines
189 B
Rust
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]
|