mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 11:02:04 +08:00
LLVM detects when ncurses has a separate terminfo library, but linking to it
was broken in lldb since b66339575a (LLVM14)
due to a change of variables. This commit fixes that oversight.