GNU bug report logs -
#38268
[PATCH] Add llvm-9, clang-9 and clang-toolchain-9
Previous Next
Reported by: David Truby <David.Truby <at> arm.com>
Date: Tue, 19 Nov 2019 13:48:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <m.othacehe <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 20 Nov 2019 17:10:07 +0100
with message-id <87o8x6wmu8.fsf <at> gmail.com>
and subject line Re: [bug#38268] [PATCH] Add llvm-9, clang-9 and clang-toolchain-9
has caused the debbugs.gnu.org bug report #38268,
regarding [PATCH] Add llvm-9, clang-9 and clang-toolchain-9
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
38268: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38268
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
---
gnu/packages/llvm.scm | 26 +++++++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index a5170a4f10..c1bb1937a5 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -11,7 +11,7 @@
;;; Copyright © 2018 Tim Gesthuizen <tim.gesthuizen <at> yahoo.de>
;;; Copyright © 2018 Pierre Neidhardt <mail <at> ambrevar.xyz>
;;; Copyright © 2019 Rutger Helling <rhelling <at> mykolab.com>
-;;; Copyright © 2019 David Truby <David.Truby <at> arm.com>
+;;; Copyright © 2019 Arm Ltd. <David.Truby <at> arm.com>
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
@@ -458,6 +458,30 @@ with that of libgomp, the GNU Offloading and Multi Processing Library.")
(define-public clang-toolchain
(make-clang-toolchain clang))
+(define-public llvm-9
+ (package
+ (inherit llvm)
+ (version "9.0.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://llvm.org/releases/"
+ version "/llvm-" version ".src.tar.xz"))
+ (sha256
+ (base32
+ "117ymdz1by2nkfq1c2p9m4050dp848kbjbiv6nsfj8hzy9f5d86n"))))))
+
+(define-public clang-runtime-9
+ (clang-runtime-from-llvm
+ llvm-9
+ "03ni43lbkp63lr3p6sc94dphqmvnz5av5mml0xmk930xvnbcvr2n"))
+
+(define-public clang-9
+ (clang-from-llvm llvm-9 clang-runtime-9
+ "0426ma80i41qsgzm1qdz81mjskck426diygxi2k5vji2gkpixa3v"))
+
+(define-public clang-toolchain-9
+ (make-clang-toolchain clang-9))
+
(define-public llvm-7
(package
(inherit llvm)
--
2.24.0
[Message part 3 (message/rfc822, inline)]
Hey David,
Pushed with a slightly edited commit title.
Thanks,
Mathieu
This bug report was last modified 5 years and 180 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.