2019-02-27 16:31:30 -06:00
|
|
|
// assembly-output: ptx-linker
|
|
|
|
// compile-flags: --crate-type cdylib
|
|
|
|
// only-nvptx64
|
2019-06-12 16:09:08 -05:00
|
|
|
// ignore-nvptx64
|
2019-02-27 16:31:30 -06:00
|
|
|
|
|
|
|
#![no_std]
|
|
|
|
|
|
|
|
// aux-build: breakpoint-panic-handler.rs
|
|
|
|
extern crate breakpoint_panic_handler;
|
|
|
|
|
|
|
|
// Verify default target arch with ptx-linker.
|
|
|
|
// CHECK: .target sm_30
|
|
|
|
// CHECK: .address_size 64
|