projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecbb51b
)
added Reoptimizer in Makefile DIRS
author
Anand Shukla
<ashukla@cs.uiuc.edu>
Tue, 27 Aug 2002 22:05:53 +0000
(22:05 +0000)
committer
Anand Shukla
<ashukla@cs.uiuc.edu>
Tue, 27 Aug 2002 22:05:53 +0000
(22:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3515
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Makefile
patch
|
blob
|
history
diff --git
a/lib/Makefile
b/lib/Makefile
index eea7ca090d62aa36867b797987fbe9147caef791..c778d219d6ee95f14df92ea85dc699e0b82ea115 100644
(file)
--- a/
lib/Makefile
+++ b/
lib/Makefile
@@
-1,5
+1,6
@@
LEVEL = ..
-DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter
+
+DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter Reoptimizer
include $(LEVEL)/Makefile.common