[all-commits] [llvm/llvm-project] 0a9bdc: [lldb] Fix linking to libtinfo (#69458)

Harmen Stoppels via All-commits all-commits at lists.llvm.org
Wed Oct 18 08:07:04 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0a9bdc276d2598d7525fa91bbf9cb663f1fde01a
      https://github.com/llvm/llvm-project/commit/0a9bdc276d2598d7525fa91bbf9cb663f1fde01a
  Author: Harmen Stoppels <harmenstoppels at gmail.com>
  Date:   2023-10-18 (Wed, 18 Oct 2023)

  Changed paths:
    M lldb/source/Core/CMakeLists.txt

  Log Message:
  -----------
  [lldb] Fix linking to libtinfo (#69458)

LLVM detects when ncurses has a separate terminfo library, but linking to it
was broken in lldb since b66339575a9b541e67ce5ad2ba7e88da07cf9305 (LLVM14)
due to a change of variables. This commit fixes that oversight.




More information about the All-commits mailing list