build/CMake: Finish removal of add_llvm_library_dependencies.
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
index 929b7cd394f23eb3a984e307c62faa9cb50bc8f5..a4a1fef51f4c900fad51defabef9660fdd5c3e63 100644 (file)
@@ -7,10 +7,3 @@ add_llvm_library(LLVMInstrumentation
   PathProfiling.cpp
   ProfilingUtils.cpp
   )
-
-add_llvm_library_dependencies(LLVMInstrumentation
-  LLVMAnalysis
-  LLVMCore
-  LLVMSupport
-  LLVMTransformUtils
-  )