aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-08-23 17:09:06 +0000
committerChris Lattner <sabre@nondot.org>2001-08-23 17:09:06 +0000
commit766403276fe796150fdd2237bc8f11455a6b9a8f (patch)
tree73ef493bb7012392a054f08ac13827fb3233cae8 /tools
parent1a42c342c2b3f6a2642138929d41b8e2434ecbb6 (diff)
downloadexternal_llvm-766403276fe796150fdd2237bc8f11455a6b9a8f.zip
external_llvm-766403276fe796150fdd2237bc8f11455a6b9a8f.tar.gz
external_llvm-766403276fe796150fdd2237bc8f11455a6b9a8f.tar.bz2
Compile LLI
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index e62847c..cbe75c4 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -1,5 +1,5 @@
LEVEL = ..
-DIRS = as dis opt analyze llc
+DIRS = as dis opt analyze llc lli
include $(LEVEL)/Makefile.common