Disable zerocallusedregs in llvm-intel for CUDA

This commit is contained in:
2026-03-13 15:39:58 +01:00
parent fdcebd8684
commit 1bb8eb0e81

View File

@@ -191,6 +191,8 @@ stdenv.mkDerivation {
(lib.cmakeBool "LIBCLC_NATIVECPU_HOST_TARGET" false)
];
hardeningDisable = lib.optionals enableCuda [ "zerocallusedregs" ]; # not supported for nvidia
postPatch =
let