From: Tanya Lattner Date: Mon, 3 Mar 2008 17:32:40 +0000 (+0000) Subject: Renable lto2 build. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8f3153e21723ee03e3c9fb22b221e553682a5cfb;p=oota-llvm.git Renable lto2 build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47845 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/Makefile b/tools/Makefile index 0b98201693e..dc9ac440649 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -26,7 +26,7 @@ include $(LEVEL)/Makefile.config # only build new lto project on Darwin for now ifeq ($(OS),Darwin) -#PARALLEL_DIRS += lto2 +PARALLEL_DIRS += lto2 endif include $(LEVEL)/Makefile.common