llvmPackages_19: 19.1.5 -> 19.1.6 (#366057)

authored by philiptaron.tngl.sh and committed by GitHub 7f1ba222 70cc2515

+2 -3
+1 -2
pkgs/development/compilers/llvm/common/llvm/default.nix
··· 139 139 140 140 postPatch = optionalString stdenv.hostPlatform.isDarwin ('' 141 141 substituteInPlace cmake/modules/AddLLVM.cmake \ 142 - --replace-fail 'set(_install_name_dir INSTALL_NAME_DIR "@rpath")' "set(_install_name_dir)" \ 143 - --replace-fail 'set(_install_rpath "@loader_path/../''${CMAKE_INSTALL_LIBDIR}''${LLVM_LIBDIR_SUFFIX}" ''${extra_libdir})' "" 142 + --replace-fail 'set(_install_name_dir INSTALL_NAME_DIR "@rpath")' "set(_install_name_dir)" 144 143 '' + 145 144 # As of LLVM 15, marked as XFAIL on arm64 macOS but lit doesn't seem to pick 146 145 # this up: https://github.com/llvm/llvm-project/blob/c344d97a125b18f8fed0a64aace73c49a870e079/llvm/test/MC/ELF/cfi-version.ll#L7
+1 -1
pkgs/development/compilers/llvm/default.nix
··· 29 29 "16.0.6".officialRelease.sha256 = "sha256-fspqSReX+VD+Nl/Cfq+tDcdPtnQPV1IRopNDfd5VtUs="; 30 30 "17.0.6".officialRelease.sha256 = "sha256-8MEDLLhocshmxoEBRSKlJ/GzJ8nfuzQ8qn0X/vLA+ag="; 31 31 "18.1.8".officialRelease.sha256 = "sha256-iiZKMRo/WxJaBXct9GdAcAT3cz9d9pnAcO1mmR6oPNE="; 32 - "19.1.5".officialRelease.sha256 = "sha256-QxQL4QwUH6e5HWpBvI8yIbZYBNwqqRsZqPH0w/JSiHQ="; 32 + "19.1.6".officialRelease.sha256 = "sha256-LD4nIjZTSZJtbgW6tZopbTF5Mq0Tenj2gbuPXhtOeUI="; 33 33 "20.0.0-git".gitRelease = { 34 34 rev = "0e8555d4dbfdfeddc01dc2ecf9a9b6e804f7b645"; 35 35 rev-version = "20.0.0-unstable-2024-10-07";