summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2001-07-21 12:40:37 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2001-07-21 12:40:37 +0000
commit4e1aeca8c90219d228daeac367b4a9580b11df7a (patch)
tree250ea840ab5a4ee273fc989c4e5400d2bfe59289 /lib/Makefile
parent14bc392291b6441a0ff255346bafeb49dc350140 (diff)
downloadllvm-4e1aeca8c90219d228daeac367b4a9580b11df7a.tar.gz
llvm-4e1aeca8c90219d228daeac367b4a9580b11df7a.tar.bz2
llvm-4e1aeca8c90219d228daeac367b4a9580b11df7a.tar.xz
Added CodeGen, LLC, and Support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 1f74058a22..bc292fc406 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,5 +1,5 @@
LEVEL = ..
-DIRS = VMCore Analysis Assembly Bytecode Optimizations
+DIRS = VMCore Analysis Assembly Bytecode Optimizations CodeGen LLC
include $(LEVEL)/Makefile.common