Compile LLI
authorChris Lattner <sabre@nondot.org>
Thu, 23 Aug 2001 17:09:06 +0000 (17:09 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 23 Aug 2001 17:09:06 +0000 (17:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile

index e62847c1c6e8b5bca08abad8c401ad569943e619..cbe75c46a488ab4a44b367799dd8dd162cb8dc68 100644 (file)
@@ -1,5 +1,5 @@
 LEVEL = ..
-DIRS = as dis opt analyze llc
+DIRS = as dis opt analyze llc lli
 
 include $(LEVEL)/Makefile.common