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:
7962a8b
)
Provide archive version of CodeGen library (for those tools that only need
author
Misha Brukman
<brukman+llvm@gmail.com>
Tue, 22 Jun 2004 17:28:43 +0000
(17:28 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Tue, 22 Jun 2004 17:28:43 +0000
(17:28 +0000)
IntrinsicLowering, for instance).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14323
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/Makefile
patch
|
blob
|
history
diff --git
a/lib/CodeGen/Makefile
b/lib/CodeGen/Makefile
index 3f45da3d946e448a3c71ef7ae47f91eb97bee83f..714b526332a4b922f92dae89eba6b4b6ab60d603 100644
(file)
--- a/
lib/CodeGen/Makefile
+++ b/
lib/CodeGen/Makefile
@@
-10,5
+10,6
@@
LEVEL = ../..
PARALLEL_DIRS = InstrSched SelectionDAG
LIBRARYNAME = codegen
+BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common