summaryrefslogtreecommitdiffstats
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
commite696d62ce30561de659817e8788d12043afbc79b (patch)
tree1c605eb3375d5c6cf869a83bee556a8d51b537ba
parentdd511760d9117d26dd986410e01684d1d0d1b34b (diff)
downloadbcm5719-llvm-e696d62ce30561de659817e8788d12043afbc79b.tar.gz
bcm5719-llvm-e696d62ce30561de659817e8788d12043afbc79b.zip
Make sure we build all of the code!
llvm-svn: 254
-rw-r--r--llvm/lib/Makefile2
-rw-r--r--llvm/tools/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Makefile b/llvm/lib/Makefile
index 3f6537a60ee..21a46794d87 100644
--- a/llvm/lib/Makefile
+++ b/llvm/lib/Makefile
@@ -1,5 +1,5 @@
LEVEL = ..
-DIRS = VMCore Analysis Assembly Bytecode Optimizations CodeGen
+DIRS = VMCore Analysis Assembly Bytecode Optimizations Support CodeGen
include $(LEVEL)/Makefile.common
diff --git a/llvm/tools/Makefile b/llvm/tools/Makefile
index 0b1d4df9ae8..c69e774d1c4 100644
--- a/llvm/tools/Makefile
+++ b/llvm/tools/Makefile
@@ -1,5 +1,5 @@
LEVEL = ..
-DIRS = dis as opt analyze
+DIRS = dis as opt analyze llc
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud