mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
9 lines
256 B
Rust
9 lines
256 B
Rust
|
// Verifies that `-Zsplit-lto-unit` requires `-Clto`, `-Clto=thin`, or `-Clinker-plugin-lto`.
|
||
|
//
|
||
|
//@ needs-sanitizer-cfi
|
||
|
//@ compile-flags: -Cno-prepopulate-passes -Ctarget-feature=-crt-static -Zsplit-lto-unit
|
||
|
|
||
|
#![feature(no_core)]
|
||
|
#![no_core]
|
||
|
#![no_main]
|