Added CodeGen, LLC, and Support.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sat, 21 Jul 2001 12:40:37 +0000 (12:40 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sat, 21 Jul 2001 12:40:37 +0000 (12:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Makefile

index 1f74058a2212b9d2e426f1331accde01f613c670..bc292fc4062e1f582aa680580f9424000fc645dd 100644 (file)
@@ -1,5 +1,5 @@
 LEVEL = ..
-DIRS = VMCore Analysis Assembly Bytecode Optimizations
+DIRS = VMCore Analysis Assembly Bytecode Optimizations CodeGen LLC
 
 include $(LEVEL)/Makefile.common