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:
7e583cf
)
Make sure we build all of the code!
author
Chris Lattner
<sabre@nondot.org>
Sat, 21 Jul 2001 21:04:03 +0000
(21:04 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 21 Jul 2001 21:04:03 +0000
(21:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Makefile
patch
|
blob
|
history
tools/Makefile
patch
|
blob
|
history
diff --git
a/lib/Makefile
b/lib/Makefile
index 3f6537a60ee551a634d0a938b180e870046c0167..21a46794d871411401d0aa65771b0ecae737f537 100644
(file)
--- a/
lib/Makefile
+++ b/
lib/Makefile
@@
-1,5
+1,5
@@
LEVEL = ..
-DIRS = VMCore Analysis Assembly Bytecode Optimizations CodeGen
+DIRS = VMCore Analysis Assembly Bytecode Optimizations
Support
CodeGen
include $(LEVEL)/Makefile.common
diff --git
a/tools/Makefile
b/tools/Makefile
index 0b1d4df9ae8406819ff2a3c9eddd46b4112278e7..c69e774d1c442b5d17755ea0180a3f322c02a00e 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-1,5
+1,5
@@
LEVEL = ..
-DIRS = dis as opt analyze
+DIRS = dis as opt analyze
llc
include $(LEVEL)/Makefile.common