summaryrefslogtreecommitdiff
path: root/tools/llvm-db
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-08-29 19:29:38 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-08-29 19:29:38 +0000
commit7c4c98d9860dfa5a5efbd354589ee64e43b8a5bd (patch)
treeb7d948a0381227039e6ec383c8e7c33dd6b7fb60 /tools/llvm-db
parent9de7b334ec6f80a15f093f11b339f5741c964b34 (diff)
downloadllvm-7c4c98d9860dfa5a5efbd354589ee64e43b8a5bd.tar.gz
llvm-7c4c98d9860dfa5a5efbd354589ee64e43b8a5bd.tar.bz2
llvm-7c4c98d9860dfa5a5efbd354589ee64e43b8a5bd.tar.xz
Add the LLVMsystem.a library as it is now used for operating system
independence of the tool. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16092 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-db')
-rw-r--r--tools/llvm-db/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-db/Makefile b/tools/llvm-db/Makefile
index cfb2ac5221..65f7b40cd8 100644
--- a/tools/llvm-db/Makefile
+++ b/tools/llvm-db/Makefile
@@ -48,7 +48,7 @@ ifdef ENABLE_SPARC_JIT
endif
USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \
- transformutils.a debugger bcreader vmcore support target.a
+ transformutils.a debugger bcreader vmcore support target.a LLVMsystem.a
# Have gcc tell the linker to export symbols from the program so that