From 7cbf1d61ddc685a1f375291eb4a8423add71039b Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Mon, 3 Mar 2008 17:32:40 +0000 Subject: [PATCH] Renable lto2 build. llvm-svn: 47845 --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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