aboutsummaryrefslogtreecommitdiffstats
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
commit32d30142018ba1b8acb217f935e437399555ca54 (patch)
tree9a3a5eba64d6cdda03f816bf3111f2fb4166827a /tools/Makefile
parent365f22000d3612442dc34eb4224357b0591bc4f5 (diff)
downloadexternal_llvm-32d30142018ba1b8acb217f935e437399555ca54.zip
external_llvm-32d30142018ba1b8acb217f935e437399555ca54.tar.gz
external_llvm-32d30142018ba1b8acb217f935e437399555ca54.tar.bz2
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 0b98201..dc9ac44 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