mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
14 lines
326 B
Rust
14 lines
326 B
Rust
//@ assembly-output: ptx-linker
|
|
//@ compile-flags: --crate-type cdylib -C link-arg=--arch=sm_60
|
|
//@ only-nvptx64
|
|
//@ ignore-nvptx64
|
|
|
|
#![no_std]
|
|
|
|
//@ aux-build: breakpoint-panic-handler.rs
|
|
extern crate breakpoint_panic_handler;
|
|
|
|
// Verify target arch override via `link-arg`.
|
|
// CHECK: .target sm_60
|
|
// CHECK: .address_size 64
|