2022-10-02 10:55:35 +09:00
|
|
|
// Verifies that `-Z instrument-xray` cannot be used with unsupported targets,
|
|
|
|
//
|
2024-02-16 20:02:50 +00:00
|
|
|
//@ needs-llvm-components: x86
|
|
|
|
//@ compile-flags: -Z instrument-xray --target x86_64-apple-darwin
|
|
|
|
//@ error-pattern: error: XRay instrumentation is not supported for this target
|
2022-10-02 10:55:35 +09:00
|
|
|
|
|
|
|
#![feature(no_core)]
|
|
|
|
#![no_core]
|
|
|
|
#![no_main]
|