Renable lto2 build.
authorTanya Lattner <tonic@nondot.org>
Mon, 3 Mar 2008 17:32:40 +0000 (17:32 +0000)
committerTanya Lattner <tonic@nondot.org>
Mon, 3 Mar 2008 17:32:40 +0000 (17:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47845 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile

index 0b98201693eff8cdcfd72ebda9c7de2f65e5a6a0..dc9ac4406491adcd5bee3dc6dec522fe58d68ce7 100644 (file)
@@ -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