summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-09-07 16:58:57 +0000
committerChris Lattner <sabre@nondot.org>2001-09-07 16:58:57 +0000
commit754d3cf7e3ec6ba97ac9b1b5f2559a9736ca55e8 (patch)
tree30c95d46693d4709ccaeebf5355ec19bd2a44c6b /llvm/tools
parent5cc42aa810eccbfc4518f27e0aa5294c7675f53a (diff)
downloadbcm5719-llvm-754d3cf7e3ec6ba97ac9b1b5f2559a9736ca55e8.tar.gz
bcm5719-llvm-754d3cf7e3ec6ba97ac9b1b5f2559a9736ca55e8.zip
Build lli first
llvm-svn: 469
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/Makefile b/llvm/tools/Makefile
index cbe75c46a48..ef88afade7f 100644
--- a/llvm/tools/Makefile
+++ b/llvm/tools/Makefile
@@ -1,5 +1,5 @@
LEVEL = ..
-DIRS = as dis opt analyze llc lli
+DIRS = as dis opt analyze lli llc
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud