1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Renable lto2 build.

llvm-svn: 47845
This commit is contained in:
Tanya Lattner 2008-03-03 17:32:40 +00:00
parent 5b84600196
commit 7cbf1d61dd

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