unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68540] [PATCH] gnu: lldb: Update to 17.0.6.
@ 2024-01-17 17:36 Greg Hogan
  2024-02-10 16:09 ` bug#68540: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2024-01-17 17:36 UTC (permalink / raw)
  To: 68540; +Cc: Greg Hogan

* gnu/packages/llvm.scm (lldb): Update to 17.0.6.
[inputs]: Change from LLVM-15 and CLANG-15 to LLVM-17 and CLANG-17.

Change-Id: Iad04ee722c81ecb223ea4d57d25ea57ca7df59a0
---
 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 0062bc56cd..78b2a5ab56 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1709,7 +1709,7 @@ (define-public lld-as-ld-wrapper
 (define-public lldb
   (package
     (name "lldb")
-    (version (package-version llvm-15))
+    (version (package-version llvm-17))
     (source (llvm-monorepo version))
     (build-system cmake-build-system)
     (arguments
@@ -1723,8 +1723,8 @@ (define-public lldb
     (native-inputs
      (list pkg-config swig))
     (inputs
-     (list clang-15
-           llvm-15
+     (list clang-17
+           llvm-17
            ;; Optional (but recommended) inputs.
            ncurses
            libedit

base-commit: dff06d2550c463410d81bff6f09fe52e615a809d
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#68540: [PATCH] gnu: lldb: Update to 17.0.6.
  2024-01-17 17:36 [bug#68540] [PATCH] gnu: lldb: Update to 17.0.6 Greg Hogan
@ 2024-02-10 16:09 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-02-10 16:09 UTC (permalink / raw)
  To: 68540-done

[-- Attachment #1: Type: text/plain, Size: 81 bytes --]


Hi,

Pushed as 354de73fa45bdf045ccca8461dab500f5347b06c to master

Thanks,
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-10 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-17 17:36 [bug#68540] [PATCH] gnu: lldb: Update to 17.0.6 Greg Hogan
2024-02-10 16:09 ` bug#68540: " Sharlatan Hellseher

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).