[Lldb-commits] [PATCH] D86521: Revert "Use find_library for ncurses"

Harmen Stoppels via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 25 03:58:49 PDT 2020


haampie created this revision.
haampie added reviewers: JDevlieghere, phosek, gkistanova.
Herald added subscribers: llvm-commits, lldb-commits, Sanitizers, hiraditya, mgorny.
Herald added projects: Sanitizers, LLDB, LLVM.
haampie requested review of this revision.

The introduction of find_library for ncurses caused more issues than it solved problems. The current open issue is it makes the static build of LLVM fail. It's better to revert for now, and get back to it later.

Revert "[CMake] Fix an issue where get_system_libname creates an empty regex capture on windows"

This reverts commit 1ed1e16ab83f55d85c90ae43a05cbe08a00c20e0 <https://reviews.llvm.org/rG1ed1e16ab83f55d85c90ae43a05cbe08a00c20e0>.

Revert "Fix msan build"

This reverts commit 34fe9613dda3c7d8665b609136a8c12deb122382 <https://reviews.llvm.org/rG34fe9613dda3c7d8665b609136a8c12deb122382>.

Revert "[CMake] Always mark terminfo as unavailable on Windows"

This reverts commit 76bf26236f6fd453343666c3cd91de8f74ffd89d <https://reviews.llvm.org/rG76bf26236f6fd453343666c3cd91de8f74ffd89d>.

Revert "[CMake] Fix OCaml build failure because of absolute path in system libs"

This reverts commit 8e4acb82f71ad4effec8895b8fc957189ce95933 <https://reviews.llvm.org/rG8e4acb82f71ad4effec8895b8fc957189ce95933>.

Revert "[CMake] Don't look for terminfo libs when LLVM_ENABLE_TERMINFO=OFF"

This reverts commit 495f91fd33d492941c39424a32cf24bcfe192f35 <https://reviews.llvm.org/rG495f91fd33d492941c39424a32cf24bcfe192f35>.

Revert "Use find_library for ncurses"

This reverts commit a52173a3e56553d7b795bcf3cdadcf6433117107 <https://reviews.llvm.org/rGa52173a3e56553d7b795bcf3cdadcf6433117107>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D86521

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: D86521.287618.patch
Type: text/x-patch
Size: 8255 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200825/bd4291ff/attachment-0001.bin>


More information about the lldb-commits mailing list