build/CMake: Finish removal of add_llvm_library_dependencies.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145420 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar
2011-11-29 19:25:30 +00:00
parent 6e7a13db85
commit d782bae970
78 changed files with 0 additions and 574 deletions

View File

@@ -5,10 +5,4 @@ add_llvm_library(LLVMMBlazeInfo
MBlazeTargetInfo.cpp
)
add_llvm_library_dependencies(LLVMMBlazeInfo
LLVMMC
LLVMSupport
LLVMTarget
)
add_dependencies(LLVMMBlazeInfo MBlazeCommonTableGen)