summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/llvm-8-fix-build-with-gcc-10.patch
AgeCommit message (Collapse)Author
2025-08-19gnu: Remove llvm-11.Andreas Enge
* gnu/packages/llvm.scm (llvm-11): Delete variable. * gnu/packages/patches/llvm-10-missing-include.patch, gnu/packages/patches/llvm-8-fix-build-with-gcc-10.patch, gnu/packages/patches/llvm-8-missing-include.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Unregister files. Change-Id: I5f5f96119a7c1a097285aa98380dad633ed7db14
2022-07-12gnu: llvm-8: Fix build with gcc-10.Greg Hogan
* gnu/packages/patches/llvm-8-fix-build-with-gcc-10.patch: New file. * gnu/packages/llvm.scm (clang-8, clang-runtime-8): Update to 8.0.1. * gnu/packages/llvm.scm (llvm-8): Use patch and update to 8.0.1. * gnu/local.mk: Register patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org>