[cfe-commits] r80948 - /cfe/tags/Apple/clang/Makefile

Mike Stump mrs at apple.com
Thu Sep 3 14:25:35 PDT 2009


Author: mrs
Date: Thu Sep  3 16:25:35 2009
New Revision: 80948

URL: http://llvm.org/viewvc/llvm-project?rev=80948&view=rev
Log:
Add a slow builder and a hack around for 7195647.

Modified:
    cfe/tags/Apple/clang/Makefile

Modified: cfe/tags/Apple/clang/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/tags/Apple/clang/Makefile?rev=80948&r1=80947&r2=80948&view=diff

==============================================================================
--- cfe/tags/Apple/clang/Makefile (original)
+++ cfe/tags/Apple/clang/Makefile Thu Sep  3 16:25:35 2009
@@ -27,6 +27,8 @@
 # It's a GNU Source project
 include ./GNUSource.make
 
+# Hack around for 7195647
+CC := /usr/bin/cc
 CXX := /usr/bin/g++
 
 # Automatic Extract & Patch
@@ -122,6 +124,9 @@
 	svn up .
 	cd .. && BUILDIT_DIR=`pwd`/build $(SUDO) /usr/local/bin/buildit -arch i386 -arch x86_64 -noinstallsrc -noinstallhdrs -nosum -noverify `pwd`/clang -noclean
 
+slow-build:
+	cd .. && BUILDIT_DIR=`pwd`/build $(SUDO) /usr/local/bin/buildit -arch i386 -arch x86_64 `pwd`/clang
+
 install-check-i386: llvm-binaries-i386
 	cd ../build/clang.roots/clang~obj/i386/tools/clang && { CLANG=/Developer/usr/bin/clang CLANGCC=/Developer/usr/libexec/clang-cc $(SUDO) make VERBOSE=0 test && echo PASS: $@ || { echo FAIL: $@; make report; } }
 install-check-x86_64: llvm-binaries-x86_64





More information about the cfe-commits mailing list