From 8f3153e21723ee03e3c9fb22b221e553682a5cfb Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Mon, 3 Mar 2008 17:32:40 +0000 Subject: [PATCH] Renable lto2 build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47845 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 -- 2.34.1