summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2008-06-30 18:15:01 +0000
committerDevang Patel <dpatel@apple.com>2008-06-30 18:15:01 +0000
commitebd69421a2acf0c64f368de87d0795451060ed34 (patch)
tree54f61b6f882eae748a333ddbebace4c274dfe087 /tools/Makefile
parent3771902e922796f506dfda5955d7d80b61104696 (diff)
downloadllvm-ebd69421a2acf0c64f368de87d0795451060ed34.tar.gz
llvm-ebd69421a2acf0c64f368de87d0795451060ed34.tar.bz2
llvm-ebd69421a2acf0c64f368de87d0795451060ed34.tar.xz
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
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/Makefile b/tools/Makefile
index d742f41bd6..30da5224a9 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -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