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

@ -2,8 +2,3 @@ add_llvm_library(LLVMBitReader
BitReader.cpp
BitcodeReader.cpp
)
add_llvm_library_dependencies(LLVMBitReader
LLVMCore
LLVMSupport
)

View File

@ -4,8 +4,3 @@ add_llvm_library(LLVMBitWriter
BitcodeWriterPass.cpp
ValueEnumerator.cpp
)
add_llvm_library_dependencies(LLVMBitWriter
LLVMCore
LLVMSupport
)