Query llvm-config to get system libs required for linking.
authorMichael Kruse <llvm@meinersbur.de>
Thu, 25 Aug 2016 14:58:29 +0000 (14:58 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Thu, 25 Aug 2016 14:58:29 +0000 (14:58 +0000)
commitb41b990e05797d1d69ea735bb168893974757422
tree1bbce7741653c7dd506f4521c5ae115882728643
parent606b06a1564360725547d9ac7d315303c8703af7
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.

llvm-svn: 279743
polly/CMakeLists.txt