diff options
author | Tanya Lattner <tonic@nondot.org> | 2008-03-01 07:36:30 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2008-03-01 07:36:30 +0000 |
commit | bb2090018474648c03f16b5db8b7cf8987fcb9ed (patch) | |
tree | 508c01443fd2b27d742059840de1beafcd415945 | |
parent | 208cc8f1b99525d4620e14bf9239a39d40e5631c (diff) | |
download | bcm5719-llvm-bb2090018474648c03f16b5db8b7cf8987fcb9ed.tar.gz bcm5719-llvm-bb2090018474648c03f16b5db8b7cf8987fcb9ed.zip |
Disable lto because its broken on tiger.
llvm-svn: 47783
-rw-r--r-- | llvm/tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/Makefile b/llvm/tools/Makefile index dc9ac440649..0b98201693e 100644 --- a/llvm/tools/Makefile +++ b/llvm/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 |