summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/llvm-3.x.1-fix-build-with-gcc.patch
AgeCommit message (Collapse)Author
2025-09-19gnu: Remove llvm-3.8.Andreas Enge
* gnu/packages/llvm.scm (llvm-3.8): Delete variable. * gnu/packages/patches/llvm-3.x.1-fix-build-with-gcc.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Unregister file. Fixes: guix/guix#2101 Change-Id: I71cee0723420fb7f928c0d1c747a3bf4424fa344
2022-07-12gnu: llvm-3.7, llvm-3.8: Fix build with gcc.Greg Hogan
* gnu/packages/patches/clang-runtime-3.7-fix-build-with-python3.patch, gnu/packages/patches/llvm-3.x.1-fix-build-with-gcc.patch: New files. * gnu/packages/llvm.scm (clang-runtime-3.7, llvm-3.7, llvm-3.8): Use patches. * gnu/local.mk: Register patches. Signed-off-by: Ludovic Courtès <ludo@gnu.org>