gnu: lldb: Update to 20.1.3.

* 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
Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
Greg Hogan 2025-05-02 13:41:57 +00:00 committed by Zheng Junjie
parent 459705ceaa
commit 64ac509eb2
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1867,7 +1867,7 @@ misuse of libraries outside of the store.")))
(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 @@ misuse of libraries outside of the store.")))
(native-inputs
(list pkg-config swig))
(inputs
(list clang-17
llvm-17
(list clang-20
llvm-20
;; Optional (but recommended) inputs.
ncurses
libedit