guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/19: gnu: clang-runtime: Remove obsolete workaround.


From: guix-commits
Subject: 19/19: gnu: clang-runtime: Remove obsolete workaround.
Date: Thu, 8 Sep 2022 15:45:21 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 8ea970a94512fa8e2fbf457cf13a313af5fb163c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jul 20 03:13:06 2022 +0200

    gnu: clang-runtime: Remove obsolete workaround.
    
    * gnu/packages/llvm.scm (clang-runtime-14)[native-inputs]: Remove.
---
 gnu/packages/llvm.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index bd912e7177..b46cb06443 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -634,11 +634,7 @@ of programming tools as well as libraries with equivalent 
functionality.")
           #~(modify-phases #$phases
               (add-after 'unpack 'change-directory
                 (lambda _
-                  (chdir "compiler-rt")))))))
-      (native-inputs
-       `(;; FIXME: libfuzzer fails to build with GCC 10.
-         ("gcc" ,gcc-11)
-         ,@(package-native-inputs template))))))
+                  (chdir "compiler-rt"))))))))))
 
 (define-public clang-14
   (let ((template



reply via email to

[Prev in Thread] Current Thread [Next in Thread]