Query llvm-config to get system libs required for linking.
commit9d84ae21b97e37759c57405c8f20ddf23fddf1df
authorMichael Kruse <llvm@meinersbur.de>
Thu, 25 Aug 2016 14:58:29 +0000 (25 14:58 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Thu, 25 Aug 2016 14:58:29 +0000 (25 14:58 +0000)
treea1e5edffa1226b4fe613be64f575936eb40d0ef1
parent6eefc8786125592929302d1ebb65aa7baa7d7b31
Query llvm-config to get system libs required for linking.

Remove the unused function get_system_libs. Instead, run
'llvm-config --system-libs' to determine which libraries are required in
addition LLVM's for linking an executable. At the moment these are the unittests
that link to gtest and transitively depend on these system libs.

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@279743 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt