[Lldb-commits] [PATCH] D46726: build: use cmake to find the libedit content

Saleem Abdulrasool via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 10 14:12:36 PDT 2018


compnerd created this revision.
compnerd added reviewers: davide, labath, vsk, zturner.
Herald added a subscriber: mgorny.

Use proper cmake techniques to detect where the libedit package resides.
This allows for the use of libedit from an alternative location which is
needed for supporting cross-compilation.


https://reviews.llvm.org/D46726

Files:
  CMakeLists.txt
  cmake/modules/FindLibEdit.cmake
  scripts/Python/modules/readline/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46726.146222.patch
Type: text/x-patch
Size: 3582 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180510/c66cb872/attachment.bin>


More information about the lldb-commits mailing list