Add LLVM libdir to library search path in out-of-tree builds.
authorMichael Kruse <llvm@meinersbur.de>
Thu, 25 Aug 2016 11:28:52 +0000 (11:28 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Thu, 25 Aug 2016 11:28:52 +0000 (11:28 +0000)
commit17a8b791aef3c452c666b365c25f67254000cd6d
tree1baa5603011f88240ffbdb3536896b100e28677b
parent449cf3e44ab83c1fc05e6499de832258e9fbaae7
Add LLVM libdir to library search path in out-of-tree builds.

This previously was not required because in an out-of-tree build Polly would
only build libraries (LLVMPolly, libPolly, libPollyISL, libPollyPPCG), but no
executables where the libraries would be linked to. This will change when adding
unittests in a follow-up commit.

llvm-svn: 279730
polly/CMakeLists.txt