2022-12-12 22:42:44 -08:00
|
|
|
// 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]
|
2025-03-23 15:50:51 +03:00
|
|
|
|
|
|
|
|
//~? ERROR `-Zsplit-lto-unit` requires `-Clto`, `-Clto=thin`, or `-Clinker-plugin-lto`
|