summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-07-21 21:04:03 +0000
committerChris Lattner <sabre@nondot.org>2001-07-21 21:04:03 +0000
commitea1c7b6f7d9b14eb6124a7db904b0c322c5511ee (patch)
treecf78297b148d3aef60eb9b51fba7a2e323e60719 /tools
parent7e583cfafeb07713e5ceadcfe28b70111a528d97 (diff)
downloadllvm-ea1c7b6f7d9b14eb6124a7db904b0c322c5511ee.tar.gz
llvm-ea1c7b6f7d9b14eb6124a7db904b0c322c5511ee.tar.bz2
llvm-ea1c7b6f7d9b14eb6124a7db904b0c322c5511ee.tar.xz
Make sure we build all of the code!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254 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 0b1d4df9ae..c69e774d1c 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -1,5 +1,5 @@
LEVEL = ..
-DIRS = dis as opt analyze
+DIRS = dis as opt analyze llc
include $(LEVEL)/Makefile.common