summaryrefslogtreecommitdiffstats
path: root/tests/assembly/nvptx-arch-default.rs
blob: 8a71a6370f112e4ca61f452ced2dfa51ce727e07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// assembly-output: ptx-linker
// compile-flags: --crate-type cdylib
// only-nvptx64
// ignore-nvptx64

#![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