GNU bug report logs -
#77711
[PATCH] gnu: LLVM, Clang, libomp, lld: Update to 20.1.2.
Previous Next
Reported by: Zheng Junjie <z572 <at> z572.online>
Date: Thu, 10 Apr 2025 15:27:02 UTC
Severity: normal
Tags: patch
Done: Z572 <z572 <at> z572.online>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#77711: [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 20.1.2.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 77711 <at> debbugs.gnu.org.
--
77711: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77711
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Ludovic Courtès <ludo <at> chbouib.org> writes:
> Zheng Junjie <z572 <at> z572.online> writes:
>
>> * gnu/packages/llvm.scm (llvm-20, clang-20, clang-runtime-20,
>> libomp-20, lld-20): Update to 20.1.2.
>>
>> Change-Id: Ia7fa3bc681a57c13b863ec66a206236a6f0a43b3
>
> It's all green on CI, please push!
>
> Ludo'.
thanks, pushed.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* gnu/packages/llvm.scm (llvm-20, clang-20, clang-runtime-20, libomp-20, lld-20): Update to 20.1.2.
Change-Id: Ia7fa3bc681a57c13b863ec66a206236a6f0a43b3
---
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 fa2a96cb8d9..c0b2eec3caf 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -569,7 +569,7 @@ (define %llvm-monorepo-hashes
("17.0.6" . "1a7rq3rgw5vxm8y39fyzr4kv7w97lli4a0c1qrkchwk8p0n07hgh")
("18.1.8" . "1l9wm0g9jrpdf309kxjx7xrzf13h81kz8bbp0md14nrz38qll9la")
("19.1.7" . "18hkfhsm88bh3vnj21q7f118vrcnf7z6q1ylnwbknyb3yvk0343i")
- ("20.1.1" . "0h88x7203g10mlmmrxnd19mrv4nkc9hnrvzqqly38l00kj5mhcc4")))
+ ("20.1.2" . "1mlf17gv8yk806hvxs12n5cq1239sbwvdwbhx61rm9r4qy3hjzdp")))
(define %llvm-patches
'(("14.0.6" . ("clang-14.0-libc-search-path.patch"
@@ -585,7 +585,7 @@ (define %llvm-patches
"clang-17.0-link-dsymutil-latomic.patch"))
("19.1.7" . ("clang-18.0-libc-search-path.patch"
"clang-17.0-link-dsymutil-latomic.patch"))
- ("20.1.1" . ("clang-18.0-libc-search-path.patch"
+ ("20.1.2" . ("clang-18.0-libc-search-path.patch"
"clang-17.0-link-dsymutil-latomic.patch"))))
(define (llvm-monorepo version)
@@ -1609,7 +1609,7 @@ (define-public clang-toolchain-19
(make-clang-toolchain clang-19 libomp-19))
(define-public llvm-20
- (make-llvm "20.1.1"))
+ (make-llvm "20.1.2"))
(define-public clang-runtime-20
(clang-runtime-from-llvm llvm-20))
@@ -1624,7 +1624,7 @@ (define-public clang-20
(package-version llvm-20)))
(sha256
(base32
- "1bz1pgj8gcvj71z8k8j96523fj4xbrlfjhg4mn582swanvxqvn4g")))))
+ "09daddfr2jv3ni7vglngx4z3dms22lwyswsky5iziyysp02wwzvc")))))
(define-public libomp-20
(package
base-commit: 6036f1f3053bc9b4f0411b5e8aeaab5bd7f4ec7b
--
2.49.0
This bug report was last modified 37 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.