From dbf75e813e6d3b0de0487fe3afcc458717535e02 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 5 Oct 2009 02:29:51 +0000 Subject: remove llvm-db: it is completely broken and if anyone wants to do a debugger, they should not base it on llvm-db (which not following almost any "best practices"). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83288 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index 1e87d9ebfd..3807f31c70 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -11,7 +11,7 @@ LEVEL = .. include $(LEVEL)/Makefile.config PARALLEL_DIRS := VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \ - Target ExecutionEngine Debugger Linker MC CompilerDriver + Target ExecutionEngine Linker MC CompilerDriver include $(LEVEL)/Makefile.common -- cgit v1.2.3-18-g5258