diff options
author | Vikram S. Adve <vadve@cs.uiuc.edu> | 2001-07-21 12:40:37 +0000 |
---|---|---|
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | 2001-07-21 12:40:37 +0000 |
commit | 4e1aeca8c90219d228daeac367b4a9580b11df7a (patch) | |
tree | 250ea840ab5a4ee273fc989c4e5400d2bfe59289 /lib/Makefile | |
parent | 14bc392291b6441a0ff255346bafeb49dc350140 (diff) |
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/Makefile | 2 |
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 |