aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-10-05 02:29:51 +0000
committerChris Lattner <sabre@nondot.org>2009-10-05 02:29:51 +0000
commitafb1c45acace0b0f6fe0aaae1cf08ac6ad93091a (patch)
treececb1e5a17976bec55a42d4bf1ecc1096062a283 /tools/Makefile
parentb2d434792c8ef1d97da45acc4266b873c71b837e (diff)
downloadexternal_llvm-afb1c45acace0b0f6fe0aaae1cf08ac6ad93091a.zip
external_llvm-afb1c45acace0b0f6fe0aaae1cf08ac6ad93091a.tar.gz
external_llvm-afb1c45acace0b0f6fe0aaae1cf08ac6ad93091a.tar.bz2
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
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index caf8b2f..0340c7f 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -19,7 +19,7 @@ DIRS := llvm-config
PARALLEL_DIRS := opt llvm-as llvm-dis \
llc llvm-ranlib llvm-ar llvm-nm \
llvm-ld llvm-prof llvm-link \
- lli llvm-extract llvm-db \
+ lli llvm-extract \
bugpoint llvm-bcanalyzer llvm-stub \
llvm-mc llvmc