summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-01-21 23:17:48 +0000
committerChris Lattner <sabre@nondot.org>2002-01-21 23:17:48 +0000
commitee965abc367045a647fd33a5df3295e097925e3a (patch)
tree0632ccb72c12c4fbce7c66745c3534bb2b63e6f6 /llvm/lib/Makefile
parent4f32cf118a4fbf1419b3ed18db2363cb5ad47de0 (diff)
downloadbcm5719-llvm-ee965abc367045a647fd33a5df3295e097925e3a.tar.gz
bcm5719-llvm-ee965abc367045a647fd33a5df3295e097925e3a.zip
Move stuff out of the Optimizations directories into the appropriate Transforms
directories. Eliminate the opt namespace. llvm-svn: 1520
Diffstat (limited to 'llvm/lib/Makefile')
-rw-r--r--llvm/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Makefile b/llvm/lib/Makefile
index 5ff4f16e62f..3ec77717007 100644
--- a/llvm/lib/Makefile
+++ b/llvm/lib/Makefile
@@ -1,5 +1,5 @@
LEVEL = ..
-DIRS = VMCore Analysis Transforms Assembly Bytecode Optimizations Support CodeGen Target
+DIRS = VMCore Analysis Transforms Assembly Bytecode Support CodeGen Target
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud