Skip to content

Commit bb45c81

Browse files
author
Kjetil Kjeka
committed
Link to correct issue in PassMode::Direct ptx-kernel exception
1 parent 4d33876 commit bb45c81

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_codegen_llvm/src

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_llvm/src/abi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ impl<'ll, 'tcx> FnAbiLlvmExt<'ll, 'tcx> for FnAbi<'tcx, Ty<'tcx>> {
365365
//
366366
// The unstable abi `PtxKernel` also uses Direct for now.
367367
// It needs to switch to something else before stabilization can happen.
368-
// (Tracking issue abi_ptx: https://github.com/rust-lang/rust/issues/38788)
368+
// (See issue: https://github.com/rust-lang/rust/issues/117271)
369369
assert!(
370370
matches!(&*cx.tcx.sess.target.arch, "wasm32" | "wasm64")
371371
|| self.conv == Conv::PtxKernel,

0 commit comments

Comments
 (0)