Rename new lto2 tool as lto.

lto2->lto


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52912 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2008-06-30 18:15:01 +00:00
parent 3771902e92
commit ebd69421a2
8 changed files with 1 additions and 4 deletions

View File

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