2023-06-29 12:00:08 -05:00
|
|
|
// Even though this test only checks 2 of the 10 or so unstable linker flavors, it exercizes the
|
|
|
|
// unique codepath checking all unstable options (see `LinkerFlavorCli::is_unstable` and its
|
|
|
|
// caller). If it passes, all the other unstable options are rejected as well.
|
|
|
|
//
|
2023-05-22 16:00:35 -05:00
|
|
|
//@ revisions: bpf ptx
|
2023-10-07 06:27:58 -05:00
|
|
|
//@ [bpf] compile-flags: --target=bpfel-unknown-none -C linker-flavor=bpf --crate-type=rlib
|
|
|
|
//@ [bpf] error-pattern: linker flavor `bpf` is unstable, the `-Z unstable-options` flag
|
2023-05-22 16:00:35 -05:00
|
|
|
//@ [bpf] needs-llvm-components:
|
2023-10-07 06:27:58 -05:00
|
|
|
//@ [ptx] compile-flags: --target=nvptx64-nvidia-cuda -C linker-flavor=ptx --crate-type=rlib
|
|
|
|
//@ [ptx] error-pattern: linker flavor `ptx` is unstable, the `-Z unstable-options` flag
|
2023-05-22 16:00:35 -05:00
|
|
|
//@ [ptx] needs-llvm-components:
|
|
|
|
|
|
|
|
#![feature(no_core)]
|
|
|
|
#![no_core]
|