GNU bug report logs -
#78211
[PATCH] gnu: lldb: Update to 20.1.3.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Fri, 2 May 2025 13:44: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
#78211: [PATCH] gnu: lldb: Update to 20.1.3.
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 78211 <at> debbugs.gnu.org.
--
78211: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78211
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Greg Hogan <code <at> greghogan.com> writes:
> * gnu/packages/llvm.scm (lldb): Update to 20.1.3.
> [inputs]: Change from LLVM-17 and CLANG-17 to LLVM-20 and CLANG-20.
>
> Change-Id: I95d0595315ec319d523046a582cc789de2f4d05b
> ---
> gnu/packages/llvm.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
> index ecfffd4b95..927f297c94 100644
> --- a/gnu/packages/llvm.scm
> +++ b/gnu/packages/llvm.scm
> @@ -1867,7 +1867,7 @@ (define-public lld-as-ld-wrapper
> (define-public lldb
> (package
> (name "lldb")
> - (version (package-version llvm-17))
> + (version (package-version llvm-20))
> (source (llvm-monorepo version))
> (build-system cmake-build-system)
> (arguments
> @@ -1881,8 +1881,8 @@ (define-public lldb
> (native-inputs
> (list pkg-config swig))
> (inputs
> - (list clang-17
> - llvm-17
> + (list clang-20
> + llvm-20
> ;; Optional (but recommended) inputs.
> ncurses
> libedit
>
> base-commit: 5d5c0dfcdaff9205b3fe8f7822f16ad55743df8a
pushed ,closing.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* gnu/packages/llvm.scm (lldb): Update to 20.1.3.
[inputs]: Change from LLVM-17 and CLANG-17 to LLVM-20 and CLANG-20.
Change-Id: I95d0595315ec319d523046a582cc789de2f4d05b
---
gnu/packages/llvm.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index ecfffd4b95..927f297c94 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1867,7 +1867,7 @@ (define-public lld-as-ld-wrapper
(define-public lldb
(package
(name "lldb")
- (version (package-version llvm-17))
+ (version (package-version llvm-20))
(source (llvm-monorepo version))
(build-system cmake-build-system)
(arguments
@@ -1881,8 +1881,8 @@ (define-public lldb
(native-inputs
(list pkg-config swig))
(inputs
- (list clang-17
- llvm-17
+ (list clang-20
+ llvm-20
;; Optional (but recommended) inputs.
ncurses
libedit
base-commit: 5d5c0dfcdaff9205b3fe8f7822f16ad55743df8a
--
2.49.0
This bug report was last modified 12 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.