Add lib directory to linker paths when using libunwind
authorPetr Hosek <phosek@chromium.org>
Tue, 9 Aug 2016 00:27:19 +0000 (00:27 +0000)
committerPetr Hosek <phosek@chromium.org>
Tue, 9 Aug 2016 00:27:19 +0000 (00:27 +0000)
commitb9a77f827dcfa5fb06b3be105c381c6b0b641b29
tree524e7d4bddd76a5df29b64319f2fc0792888cc73
parent015280211b091946b5ae33f2e5a056346068fe55
Add lib directory to linker paths when using libunwind

When using libunwind and not building as standalone project, we
need to add LLVM library directory to the list of linker directories
to ensure it can find libunwind dependency.

Differential Revision: https://reviews.llvm.org/D23287

llvm-svn: 278076
libcxxabi/src/CMakeLists.txt