diff options
author | Tanya Lattner <tonic@nondot.org> | 2008-03-03 17:32:40 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2008-03-03 17:32:40 +0000 |
commit | 8f3153e21723ee03e3c9fb22b221e553682a5cfb (patch) | |
tree | 9a3a5eba64d6cdda03f816bf3111f2fb4166827a /tools/Makefile | |
parent | 1a091447f495bcf14a182e5960236db5f3adfede (diff) | |
download | external_llvm-8f3153e21723ee03e3c9fb22b221e553682a5cfb.zip external_llvm-8f3153e21723ee03e3c9fb22b221e553682a5cfb.tar.gz external_llvm-8f3153e21723ee03e3c9fb22b221e553682a5cfb.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/Makefile | 2 |
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 |