diff options
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile index 3f45da3d946..714b526332a 100644 --- a/llvm/lib/CodeGen/Makefile +++ b/llvm/lib/CodeGen/Makefile @@ -10,5 +10,6 @@ LEVEL = ../.. PARALLEL_DIRS = InstrSched SelectionDAG LIBRARYNAME = codegen +BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common |