CMake: Rely on llvm_config again for obtaining the list of required
authorOscar Fuentes <ofv@wanadoo.es>
Wed, 12 Aug 2009 04:05:26 +0000 (04:05 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Wed, 12 Aug 2009 04:05:26 +0000 (04:05 +0000)
commit8e3864f99c65a8f9c7221f732281275f238d71f4
treef0927015caa635b098293041e60128ed8a36eb62
parent9bbdf64c986f3a50e6ed3067b297200d0a876e47
CMake: Rely on llvm_config again for obtaining the list of required
libraries for an executable.

Now LLVMConfig uses a new system for sorting library dependencies, as
the list of dependent libraries for each entry of FinalLibDeps.txt no
longer is topologically sorted.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78787 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/AddLLVM.cmake
cmake/modules/LLVMConfig.cmake