Skip to content

Commit 18e5c7a

Browse files
authored
Rollup merge of rust-lang#58108 - denzp:nvptx-manifest, r=alexcrichton
Add NVPTX target to a build manifest Include `nvptx64-nvidia-cuda` target to a build manifest. I forgot this step at my first take on adding the target (rust-lang#57937). Hopefully, this is the only reason why `rustup target add nvptx64-nvidia-cuda` doesn't work 🙁 r? @alexcrichton
2 parents ff7ab33 + 46c2c27 commit 18e5c7a

File tree

1 file changed

+1
-0
lines changed
  • src/tools/build-manifest/src

1 file changed

+1
-0
lines changed

src/tools/build-manifest/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ static TARGETS: &'static [&'static str] = &[
7878
"mips64el-unknown-linux-gnuabi64",
7979
"mipsel-unknown-linux-gnu",
8080
"mipsel-unknown-linux-musl",
81+
"nvptx64-nvidia-cuda",
8182
"powerpc-unknown-linux-gnu",
8283
"powerpc64-unknown-linux-gnu",
8384
"powerpc64le-unknown-linux-gnu",

0 commit comments

Comments
 (0)