[all-commits] [llvm/llvm-project] 712d3c: [lldb] Add terminfo dependency for ncurses support...
Jordan R AW via All-commits
all-commits at lists.llvm.org
Tue Mar 11 13:41:55 PDT 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: 712d3c7f0944e8163843e449e2f3c159d0dbdd46
https://github.com/llvm/llvm-project/commit/712d3c7f0944e8163843e449e2f3c159d0dbdd46
Author: Jordan R AW <ajordanr at google.com>
Date: 2025-03-11 (Tue, 11 Mar 2025)
Changed paths:
M lldb/cmake/modules/FindCursesAndPanel.cmake
Log Message:
-----------
[lldb] Add terminfo dependency for ncurses support (#126810)
For some operating systems (e.g. chromiumos), terminfo is a separate
package and library from ncurses. Both are still requirements for curses
support in lldb, individually.
This is a rework of this original spack commit:
https://github.com/spack/spack/commit/9ea261265010eacd250691a8361f661d0576f25c
Instead though, this PR uses CMake to detect whether the symbol is
present and defined in the curses library, and only falls back to a separate
tinfo if not found.
Without this fix, LLDB cannot be built on these systems.
Fixes #101368
(cherry picked from commit 8fff0c181f26a5e8b2344c061ebf2559118b1160)
Commit: 54c90e4cdf2ff335cf8804876e686deac3b803e0
https://github.com/llvm/llvm-project/commit/54c90e4cdf2ff335cf8804876e686deac3b803e0
Author: Jordan R AW <ajordanr at google.com>
Date: 2025-03-11 (Tue, 11 Mar 2025)
Changed paths:
M lldb/cmake/modules/FindCursesAndPanel.cmake
Log Message:
-----------
[lldb] Fix manual CURSES_LIBRARIES tinfo finding (#128245)
(cherry picked from commit bb6a273d9ab9ee90dbb957e541f4d810fffb22ee)
Compare: https://github.com/llvm/llvm-project/compare/6525b151fe77...54c90e4cdf2f
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list