diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm index 280a3d66fe7..3d21047ed8c 100644 --- a/gnu/packages/llvm.scm +++ b/gnu/packages/llvm.scm @@ -7,7 +7,7 @@ ;;; Copyright © 2017 Roel Janssen ;;; Copyright © 2018–2022 Marius Bakke ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice -;;; Copyright © 2018, 2021-2025 Efraim Flashner +;;; Copyright © 2018, 2021-2026 Efraim Flashner ;;; Copyright © 2018 Tim Gesthuizen ;;; Copyright © 2018 Pierre Neidhardt ;;; Copyright © 2019 Rutger Helling @@ -1126,6 +1126,10 @@ Library.") (srfi srfi-26) ,@modules) modules)) + ;; TODO: Figure out why some tests fail on powerpc64le-linux. + ((#:tests? current-test-config #t) + (and current-test-config + (not (target-ppc64le?)))) ((#:configure-flags cf #~'()) (if (%current-target-system) ;; Use a newer version of llvm-tblgen and add the new