summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/llvm-13-gcc-14.patch
AgeCommit message (Collapse)Author
17 hoursgnu: llvm: Fix tests.Greg Hogan
* gnu/packages/llvm.scm (clang-from-llvm)[arguments]: Set #:tests? to disabled. (make-llvm, llvm-14)[arguments] <#:tests?>: Disable for target-x86-32. <#:phases>: Replace 'check phase to run tests. (llvm-14)[native-inputs]: Add which. (llvm-13)[arguments]<#:tests?>: Disable for target-x86-32. (llvm-12)[arguments]<#:tests>: Disable tests. <#:phases>: Add 'remove-failing-tests phase. (llvm-6)[arguments]<#:phases>: ... and remove it. * gnu/packages/patches/llvm-13-gcc-14.patch: Patch test file. (llvm-3.9.1)[arguments]: Substitute from inherited package. Change-Id: Ibf0e4a4b535838ff4ffd60d66bc0bee4314abde6
2025-07-18gnu: llvm-13: Fix build with gcc-14.Janneke Nieuwenhuizen
* gnu/packages/patches/llvm-13-gcc-14.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/llvm.scm (llvm-13): Use it. Change-Id: I3b9d3b894b0ae6ffe375d3e22f4f4a07d81a77c5