all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: llvm: Update to 3.6.2.
@ 2015-08-21 14:53 Andy Wingo
  2015-08-24 15:51 ` Mark H Weaver
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Wingo @ 2015-08-21 14:53 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 43 bytes --]

Applies on top of my previous LLVM patch.


[-- Attachment #2: 0001-gnu-llvm-Update-to-3.6.2.patch --]
[-- Type: text/plain, Size: 1529 bytes --]

From f126a706123f27d77c528444602325ca17f691b2 Mon Sep 17 00:00:00 2001
From: Andy Wingo <wingo@igalia.com>
Date: Fri, 21 Aug 2015 16:52:26 +0200
Subject: [PATCH] gnu: llvm: Update to 3.6.2.

* gnu/packages/llvm.scm (llvm, clang-runtime, clang): Update to 3.6.2.
---
 gnu/packages/llvm.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 2f315a3..18e0ca9 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -35,7 +35,7 @@
 (define-public llvm
   (package
     (name "llvm")
-    (version "3.6.0")
+    (version "3.6.2")
     (source
      (origin
       (method url-fetch)
@@ -43,7 +43,7 @@
                           version "/llvm-" version ".src.tar.xz"))
       (sha256
        (base32
-        "1kmr5vlnz1419nnvyc7lsrcfx09n65ravjbmzxrqz7ml07jnk6mk"))))
+        "153vcvj8gvgwakzr4j0kndc0b7wn91c2g1vy2vg24s6spxcc23gn"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("python" ,python-wrapper)
@@ -172,11 +172,11 @@ code analysis tools.")
 (define-public clang-runtime
   (clang-runtime-from-llvm
    llvm
-   "04bbn946jninynkrjyp337xqs8ihn4fkz5xgvmywxkddwmwznjbz"))
+   "11qx8d3pbfqjaj2x207pvlvzihbs1z2xbw4crpz7aid6h1yz6bqg"))
 
 (define-public clang
   (clang-from-llvm llvm clang-runtime
-                   "0b8825mvdhfk5r9gwcwp1j2dl9kw5glgyk7pybq2dzhrh4vnj3my"))
+                   "1wwr8s6lzr324hv4s1k6na4j5zv6n9kdhi14s4kb9b13d93814df"))
 
 (define-public llvm-3.5
   (package (inherit llvm)
-- 
2.4.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gnu: llvm: Update to 3.6.2.
  2015-08-21 14:53 [PATCH] gnu: llvm: Update to 3.6.2 Andy Wingo
@ 2015-08-24 15:51 ` Mark H Weaver
  0 siblings, 0 replies; 2+ messages in thread
From: Mark H Weaver @ 2015-08-24 15:51 UTC (permalink / raw)
  To: Andy Wingo; +Cc: guix-devel

Andy Wingo <wingo@igalia.com> writes:

> Applies on top of my previous LLVM patch.
>
> From f126a706123f27d77c528444602325ca17f691b2 Mon Sep 17 00:00:00 2001
> From: Andy Wingo <wingo@igalia.com>
> Date: Fri, 21 Aug 2015 16:52:26 +0200
> Subject: [PATCH] gnu: llvm: Update to 3.6.2.

Pushed, thanks!

     Mark

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-24 15:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-21 14:53 [PATCH] gnu: llvm: Update to 3.6.2 Andy Wingo
2015-08-24 15:51 ` Mark H Weaver

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.