From: Vikram S. Adve Date: Sat, 21 Jul 2001 12:40:37 +0000 (+0000) Subject: Added CodeGen, LLC, and Support. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4e1aeca8c90219d228daeac367b4a9580b11df7a;p=oota-llvm.git Added CodeGen, LLC, and Support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Makefile b/lib/Makefile index 1f74058a221..bc292fc4062 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