]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_target/src/spec/nvptx64_nvidia_cuda.rs
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / compiler / rustc_target / src / spec / nvptx64_nvidia_cuda.rs
index 3c9c7d578fbd463db9223dcdaf8bcf7ade8c767c..15d8e4843f976167d271a301c892ad1c7f023359 100644 (file)
@@ -49,10 +49,12 @@ pub fn target() -> Target {
             // create the tests for this.
             unsupported_abis: vec![
                 Abi::Cdecl,
-                Abi::Stdcall,
+                Abi::Stdcall { unwind: false },
+                Abi::Stdcall { unwind: true },
                 Abi::Fastcall,
                 Abi::Vectorcall,
-                Abi::Thiscall,
+                Abi::Thiscall { unwind: false },
+                Abi::Thiscall { unwind: true },
                 Abi::Aapcs,
                 Abi::Win64,
                 Abi::SysV64,