guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Remove clang-runtime-3.6 and clang-3.6.


From: guix-commits
Subject: branch master updated: gnu: Remove clang-runtime-3.6 and clang-3.6.
Date: Sat, 10 Apr 2021 14:35:16 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d7e57e2  gnu: Remove clang-runtime-3.6 and clang-3.6.
d7e57e2 is described below

commit d7e57e2a5bad55415551fc2c53552142c32056d5
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Mon Mar 15 19:55:05 2021 +0100

    gnu: Remove clang-runtime-3.6 and clang-3.6.
    
    * gnu/packages/llvm.scm (clang-runtime-3.6, clang-3.6): Remove variables.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/llvm.scm | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 0a1b6c8..d35c20e 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -790,17 +790,6 @@ of programming tools as well as libraries with equivalent 
functionality.")
         (base32
          "153vcvj8gvgwakzr4j0kndc0b7wn91c2g1vy2vg24s6spxcc23gn"))))))
 
-(define-public clang-runtime-3.6
-  (clang-runtime-from-llvm
-   llvm-3.6
-   "11qx8d3pbfqjaj2x207pvlvzihbs1z2xbw4crpz7aid6h1yz6bqg"
-     '("clang-runtime-asan-build-fixes.patch")))
-
-(define-public clang-3.6
-  (clang-from-llvm llvm-3.6 clang-runtime-3.6
-                   "1wwr8s6lzr324hv4s1k6na4j5zv6n9kdhi14s4kb9b13d93814df"
-                   #:patches '("clang-3.5-libc-search-path.patch")))
-
 (define-public llvm-3.5
   (package (inherit llvm-3.6)
     (version "3.5.2")



reply via email to

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