Rename new lto2 tool as lto.

lto2->lto

llvm-svn: 52912
This commit is contained in:
Devang Patel 2008-06-30 18:15:01 +00:00
parent 245acdca67
commit 4be1c150e4
8 changed files with 1 additions and 4 deletions

View File

@ -21,12 +21,9 @@ PARALLEL_DIRS := llvm-config \
include $(LEVEL)/Makefile.config
# Disable liblto as it is going away
#PARALLEL_DIRS += lto
# only build new lto project on Darwin for now
ifeq ($(OS),Darwin)
PARALLEL_DIRS += lto2
PARALLEL_DIRS += lto
endif
include $(LEVEL)/Makefile.common