summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-db
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-06 05:18:37 +0000
committerChris Lattner <sabre@nondot.org>2007-05-06 05:18:37 +0000
commitcdda3a4ae5258058d216ad6e3aea194c0c3aad73 (patch)
tree8afea4042a09245b6e9a299502ec33df06d43dd3 /llvm/tools/llvm-db
parent27936994bd92bb632555a9eb5890e513921257f3 (diff)
downloadbcm5719-llvm-cdda3a4ae5258058d216ad6e3aea194c0c3aad73.tar.gz
bcm5719-llvm-cdda3a4ae5258058d216ad6e3aea194c0c3aad73.zip
debugger depends on bcreader, not llvm-db
llvm-svn: 36842
Diffstat (limited to 'llvm/tools/llvm-db')
-rw-r--r--llvm/tools/llvm-db/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-db/Makefile b/llvm/tools/llvm-db/Makefile
index 7c0d58a226a..1bc3c196caf 100644
--- a/llvm/tools/llvm-db/Makefile
+++ b/llvm/tools/llvm-db/Makefile
@@ -9,7 +9,7 @@
LEVEL = ../..
TOOLNAME = llvm-db
-LINK_COMPONENTS := debugger bcreader
+LINK_COMPONENTS := debugger
REQUIRES_EH := 1
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud