From 539d0a8a09794f4a0ef575ebbfe6a666466cd421 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 29 Nov 2011 19:25:30 +0000 Subject: build/CMake: Finish removal of add_llvm_library_dependencies. llvm-svn: 145420 --- llvm/lib/DebugInfo/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'llvm/lib/DebugInfo') diff --git a/llvm/lib/DebugInfo/CMakeLists.txt b/llvm/lib/DebugInfo/CMakeLists.txt index fdffcb6a77c..441f1e86dcd 100644 --- a/llvm/lib/DebugInfo/CMakeLists.txt +++ b/llvm/lib/DebugInfo/CMakeLists.txt @@ -10,7 +10,3 @@ add_llvm_library(LLVMDebugInfo DWARFDebugLine.cpp DWARFFormValue.cpp ) - -add_llvm_library_dependencies(LLVMDebugInfo - LLVMSupport - ) -- cgit v1.2.3