CMake: eliminated unnecessary target_link_libraries.
authorOscar Fuentes <ofv@wanadoo.es>
Mon, 9 Aug 2010 20:33:08 +0000 (20:33 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Mon, 9 Aug 2010 20:33:08 +0000 (20:33 +0000)
Next time the build is broken due to wrong library dependencies, just
try building again (if you are on some Unix and are building all LLVM
targets) or ask someone to commit the regenerated LLVMLibDeps.cmake.

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

lib/Target/X86/CMakeLists.txt

index 8f19a7141b44a1e61066d13f006e649d5a9bae81..e9399f5c83224b423d5e0b789773a6a5caa2663d 100644 (file)
@@ -50,4 +50,3 @@ endif()
 
 add_llvm_target(X86CodeGen ${sources})
 
-target_link_libraries (LLVMX86CodeGen LLVMX86AsmPrinter LLVMSelectionDAG)