diff options
| author | Rutherther <rutherther@ditigal.xyz> | 2026-01-22 13:27:13 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-22 13:27:13 +0100 |
| commit | 7c0cd7e45b0240b842b4f3e767599501eac42ee1 (patch) | |
| tree | 3f5aab4b08d0fdfe1728be24f3250384ab44f9d2 /gnu/packages/llvm.scm | |
| parent | 4e2de18be2c7f7701c00877e05c0b587d03ac4d1 (diff) | |
| parent | d58da8a56b75af73a7b5466f7ef8a81679713aa3 (diff) | |
Merge branch 'version-1.5.0'
Change-Id: Id73c0c74600a3da3373b3a37236b505af65bfe31
Diffstat (limited to 'gnu/packages/llvm.scm')
| -rw-r--r-- | gnu/packages/llvm.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm index cc6c990d376..3509d70ef8e 100644 --- a/gnu/packages/llvm.scm +++ b/gnu/packages/llvm.scm | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | ;;; Copyright © 2017 Roel Janssen <roel@gnu.org> | 7 | ;;; Copyright © 2017 Roel Janssen <roel@gnu.org> |
| 8 | ;;; Copyright © 2018–2022 Marius Bakke <mbakke@fastmail.com> | 8 | ;;; Copyright © 2018–2022 Marius Bakke <mbakke@fastmail.com> |
| 9 | ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> | 9 | ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> |
| 10 | ;;; Copyright © 2018, 2021-2025 Efraim Flashner <efraim@flashner.co.il> | 10 | ;;; Copyright © 2018, 2021-2026 Efraim Flashner <efraim@flashner.co.il> |
| 11 | ;;; Copyright © 2018 Tim Gesthuizen <tim.gesthuizen@yahoo.de> | 11 | ;;; Copyright © 2018 Tim Gesthuizen <tim.gesthuizen@yahoo.de> |
| 12 | ;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz> | 12 | ;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz> |
| 13 | ;;; Copyright © 2019 Rutger Helling <rhelling@mykolab.com> | 13 | ;;; Copyright © 2019 Rutger Helling <rhelling@mykolab.com> |
| @@ -1127,6 +1127,10 @@ Library.") | |||
| 1127 | (srfi srfi-26) | 1127 | (srfi srfi-26) |
| 1128 | ,@modules) | 1128 | ,@modules) |
| 1129 | modules)) | 1129 | modules)) |
| 1130 | ;; TODO: Figure out why some tests fail on powerpc64le-linux. | ||
| 1131 | ((#:tests? current-test-config #t) | ||
| 1132 | (and current-test-config | ||
| 1133 | (not (target-ppc64le?)))) | ||
| 1130 | ((#:configure-flags cf #~'()) | 1134 | ((#:configure-flags cf #~'()) |
| 1131 | (if (%current-target-system) | 1135 | (if (%current-target-system) |
| 1132 | ;; Use a newer version of llvm-tblgen and add the new | 1136 | ;; Use a newer version of llvm-tblgen and add the new |
