blob: 573d5493b25cd4cc0c6304a9bca01706ea8ee92e (
plain)
1
2
3
4
5
6
|
//@ compile-flags: --target x86_64-unknown-linux-gnu --print deployment-target
//@ needs-llvm-components: x86
fn main() {}
//~? ERROR only Apple targets currently support deployment version info
|