llvmPackages_git: 20.0.0-git-2024-09-22 -> 20.0.0-git-2024-09-29 (#345420)

authored by Tristan Ross and committed by GitHub 9682b219 9dc3c339

+4 -15
+1 -12
pkgs/development/compilers/llvm/common/default.nix
··· 478 478 stripLen = 1; 479 479 hash = "sha256-fqw5gTSEOGs3kAguR4tINFG7Xja1RAje+q67HJt2nGg="; 480 480 }) 481 - ] 482 - ++ 483 - lib.optional (lib.versions.major metadata.release_version == "20") 484 - # Fix for vt_gen, remove during next git bump 485 - # https://github.com/llvm/llvm-project/pull/109817 486 - ( 487 - fetchpatch { 488 - url = "https://github.com/llvm/llvm-project/commit/cace9869775a185793122f845d81a5ff46f15728.patch"; 489 - stripLen = 1; 490 - hash = "sha256-lt1iQfNIc3ot1+6J7d7dbqULwT0MyLIwR2EZB7RfPp4="; 491 - } 492 - ); 481 + ]; 493 482 pollyPatches = 494 483 [ (metadata.getVersionFile "llvm/gnu-install-dirs-polly.patch") ] 495 484 ++ lib.optional (lib.versionAtLeast metadata.release_version "15")
+3 -3
pkgs/development/compilers/llvm/default.nix
··· 30 30 "18.1.8".officialRelease.sha256 = "sha256-iiZKMRo/WxJaBXct9GdAcAT3cz9d9pnAcO1mmR6oPNE="; 31 31 "19.1.0".officialRelease.sha256 = "sha256-/Ano8LwpGmW3C1ovJyvY3WIfliVkQi130f70WazwzGc="; 32 32 "20.0.0-git".gitRelease = { 33 - rev = "81c3499531c3fe03827bd8bc890e3a16db9e4c3c"; 34 - rev-version = "20.0.0-unstable-2024-09-22"; 35 - sha256 = "sha256-mQZhQ0qfWs4NmL62H3wNwG28iARUasWh9m8zMCNkRis="; 33 + rev = "64f2bff12b8ac40c79004ffacf46a5294600d219"; 34 + rev-version = "20.0.0-unstable-2024-09-29"; 35 + sha256 = "sha256-BUlnks9rFjvKRIy7lWhOJQKKNVTewBiCFDbgyRBvuEw="; 36 36 }; 37 37 } // llvmVersions; 38 38