[PATCH] D85820: Use find_library for ncurses

Harmen Stoppels via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 03:19:23 PDT 2020


haampie updated this revision to Diff 285307.
haampie added a comment.
Herald added a subscriber: hiraditya.

Use `LLVM_ENABLE_TERMINFO` and make it respect FORCE_ON.

Also add the same logic to compiler-rt, which was still using `check_library_exists`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85820/new/

https://reviews.llvm.org/D85820

Files:
  compiler-rt/cmake/config-ix.cmake
  compiler-rt/lib/xray/tests/CMakeLists.txt
  lldb/source/Core/CMakeLists.txt
  llvm/cmake/config-ix.cmake
  llvm/include/llvm/Config/config.h.cmake
  llvm/lib/Support/CMakeLists.txt
  llvm/lib/Support/Unix/Process.inc
  llvm/utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85820.285307.patch
Type: text/x-patch
Size: 6172 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200813/d6a617d6/attachment.bin>


More information about the llvm-commits mailing list