Skip to content
This repository was archived by the owner on Jun 7, 2020. It is now read-only.

Commit c5b0356

Browse files
peterhjalexcrichton
authored andcommitted
Fixes to the nvptx target spec json: disable merge-functions, (rust-lang#653)
and set the correct datalayout string.
1 parent b235413 commit c5b0356

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/cross/nvptx64-nvidia-cuda.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"arch": "nvptx64"
33
, "cpu": "sm_35"
4-
, "data-layout": "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v16:16:16-v32:32:32-v64:64:64-v128:128:128-n16:32:64"
4+
, "data-layout": "e-i64:64-i128:128-v16:16-v32:32-n16:32:64"
55
, "linker": false
66
, "linker-flavor": "ld"
77
, "llvm-target": "nvptx64-nvidia-cuda"
88
, "max-atomic-width": 0
9+
, "merge-functions": "disabled"
910
, "obj-is-bitcode": true
1011
, "os": "cuda"
1112
, "panic-strategy": "abort"

0 commit comments

Comments
 (0)