[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#25879: [PATCH] gnu: Add LLVM and CLANG 3.9.1.
From: |
Eric Bavier |
Subject: |
bug#25879: [PATCH] gnu: Add LLVM and CLANG 3.9.1. |
Date: |
Tue, 14 Mar 2017 21:31:22 -0500 |
Thanks for the patch!
I have another package that needs 3.9 in its latest version, so I'm
interested in getting it merged. Just one comment/question:
Roel Janssen <address@hidden> writes:
>>From aaef88b2ab14fd0c631ae7fec296fd899ebf42dd Mon Sep 17 00:00:00 2001
> From: Roel Janssen <address@hidden>
> Date: Sun, 26 Feb 2017 11:57:34 +0100
> Subject: [PATCH] gnu: Add LLVM and CLANG 3.9.1.
>
> * gnu/packages/llvm.scm (llvm-3.9.1): New variable.
> * gnu/packages/llvm.scm (clang-3.9.1): New variable.
> * gnu/packages/llvm.scm (clang-runtime-3.9.1): New variable.
> ---
> +(define-public clang-3.9.1
> + (clang-from-llvm llvm-3.9.1 clang-runtime-3.9.1
> + "0qsyyb40iwifhhlx9a3drf8z6ni6zwyk3bvh0kx2gs6yjsxwxi76"
> + #:patches '()))
Does clang 3.9 not need the libc-search-path patch that is applied in
other versions?
`~Eric