]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_llvm/ffi.rs
Rollup merge of #38559 - japaric:ptx2, r=alexcrichton
[rust.git] / src / librustc_llvm / ffi.rs
index 5fd85023e417463b6c3d8fc7ed07b3d3942d1821..c1705815165939b505ed948ab23434f655a145bd 100644 (file)
@@ -42,6 +42,7 @@ pub enum CallConv {
     X86StdcallCallConv = 64,
     X86FastcallCallConv = 65,
     ArmAapcsCallConv = 67,
+    PtxKernel = 71,
     X86_64_SysV = 78,
     X86_64_Win64 = 79,
     X86_VectorCall = 80,