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

@@ -9,8 +9,3 @@ add_llvm_library(LLVMMCParser
MCAsmParserExtension.cpp
MCTargetAsmParser.cpp
)
add_llvm_library_dependencies(LLVMMCParser
LLVMMC
LLVMSupport
)