Renable lto2 build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47845 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Tanya Lattner 2008-03-03 17:32:40 +00:00
parent 1a091447f4
commit 8f3153e217

View 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