[Lldb-commits] [lldb] r311122 - [cmake] Add explicit linkage from Core to curses

2017-08-17 Thread Michal Gorny via lldb-commits
Author: mgorny Date: Thu Aug 17 13:33:21 2017 New Revision: 311122 URL: http://llvm.org/viewvc/llvm-project?rev=311122&view=rev Log: [cmake] Add explicit linkage from Core to curses The Core library calls functions provided by the curses library. Add an appropriate explicit LINK_LIBS to ${CURSES_

[Lldb-commits] [PATCH] D36358: [lldb] [cmake] Add explicit linkage from Core to curses

2017-08-17 Thread Michał Górny via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL311122: [cmake] Add explicit linkage from Core to curses (authored by mgorny). Changed prior to commit: https://reviews.llvm.org/D36358?vs=109897&id=111561#toc Repository: rL LLVM https://reviews.ll