summaryrefslogtreecommitdiff
path: root/tools/lli/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-01-13 00:58:18 +0000
committerChris Lattner <sabre@nondot.org>2003-01-13 00:58:18 +0000
commit0394891ef69fbac5332490ae95e4657751070705 (patch)
treebb4cc9ddd88f82eea9f16718be4b414f886c45ee /tools/lli/Makefile
parent92798d78498c72e9cf4f2ee7803c844888fa085b (diff)
downloadllvm-0394891ef69fbac5332490ae95e4657751070705.tar.gz
llvm-0394891ef69fbac5332490ae95e4657751070705.tar.bz2
llvm-0394891ef69fbac5332490ae95e4657751070705.tar.xz
No longer need scalaropts lib
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5252 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lli/Makefile')
-rw-r--r--tools/lli/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile
index c31fb5e2da..ee12726143 100644
--- a/tools/lli/Makefile
+++ b/tools/lli/Makefile
@@ -2,7 +2,7 @@ LEVEL = ../..
TOOLNAME = lli
PARALLEL_DIRS = Interpreter JIT
-JITLIBS = lli-jit codegen x86 scalaropts.a
+JITLIBS = lli-jit codegen x86
USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore analysis.a support.a target.a
#transforms.a