[llvm-branch-commits] [lldb] release/20.x: [lldb] Fix manual CURSES_LIBRARIES tinfo finding (#128245) (PR #129342)

2025-03-01 Thread Jordan R AW via llvm-branch-commits
ajordanr-google wrote: I think it can wait, I don't think this is urgent until we find others who need this. On Sat, 1 Mar 2025, 14:56 Tom Stellard, ***@***.***> wrote: > Does this need to be in 20.1.0 or could it wait until 20.1.1 ? > > — > Reply to this email directly, view it on GitHub >

[llvm-branch-commits] [lldb] release/20.x: [lldb] Add terminfo dependency for ncurses support (PR #129341)

2025-02-28 Thread Jordan R AW via llvm-branch-commits
https://github.com/ajordanr-google closed https://github.com/llvm/llvm-project/pull/129341 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [lldb] release/20.x: [lldb] Add terminfo dependency for ncurses support (PR #129341)

2025-02-28 Thread Jordan R AW via llvm-branch-commits
ajordanr-google wrote: Ah, I see. the LLVM Bot is the one that does this. Closing and trying to figure out the GitHub bot workflow. https://github.com/llvm/llvm-project/pull/129341 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.o

[llvm-branch-commits] [lldb] release/20.x: [lldb] Add terminfo dependency for ncurses support (PR #129341)

2025-02-28 Thread Jordan R AW via llvm-branch-commits
https://github.com/ajordanr-google created https://github.com/llvm/llvm-project/pull/129341 Backport 8d017e6c0178f2628b246c18b2a634909815e54f eec242aa97c8d153574923f8237754ca3fa6f0a6 Requested by: @DavidSpickett >From 8d017e6c0178f2628b246c18b2a634909815e54f Mon Sep 17 00:00:00 2001 From: Jo