From 4e1aeca8c90219d228daeac367b4a9580b11df7a Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Sat, 21 Jul 2001 12:40:37 +0000 Subject: Added CodeGen, LLC, and Support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index 1f74058..bc292fc 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 -- cgit v1.1