summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2008-03-03 17:32:40 +0000
committerTanya Lattner <tonic@nondot.org>2008-03-03 17:32:40 +0000
commit8f3153e21723ee03e3c9fb22b221e553682a5cfb (patch)
tree9a3a5eba64d6cdda03f816bf3111f2fb4166827a /tools/Makefile
parent1a091447f495bcf14a182e5960236db5f3adfede (diff)
downloadllvm-8f3153e21723ee03e3c9fb22b221e553682a5cfb.tar.gz
llvm-8f3153e21723ee03e3c9fb22b221e553682a5cfb.tar.bz2
llvm-8f3153e21723ee03e3c9fb22b221e553682a5cfb.tar.xz
Renable lto2 build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47845 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 0b98201693..dc9ac44064 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -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