[Modules] Move ValueHandle into the IR library where Value itself lives.
[oota-llvm.git] / lib / AsmParser / CMakeLists.txt
index 749601510b5b0ae83cdfea8a3c23fdd0a30326d7..985ebe20098854afc12c6c603a8e0dc491c748e3 100644 (file)
@@ -4,8 +4,3 @@ add_llvm_library(LLVMAsmParser
   LLParser.cpp
   Parser.cpp
   )
-
-add_llvm_library_dependencies(LLVMAsmParser
-  LLVMCore
-  LLVMSupport
-  )