[llvm-commits] [llvm] r153971 - /llvm/trunk/utils/buildit/build_llvm

Bob Wilson bob.wilson at apple.com
Tue Apr 3 14:50:24 PDT 2012


Author: bwilson
Date: Tue Apr  3 16:50:24 2012
New Revision: 153971

URL: http://llvm.org/viewvc/llvm-project?rev=153971&view=rev
Log:
Remove a reference to the C backend.

Modified:
    llvm/trunk/utils/buildit/build_llvm

Modified: llvm/trunk/utils/buildit/build_llvm
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/buildit/build_llvm?rev=153971&r1=153970&r2=153971&view=diff
==============================================================================
--- llvm/trunk/utils/buildit/build_llvm (original)
+++ llvm/trunk/utils/buildit/build_llvm Tue Apr  3 16:50:24 2012
@@ -117,7 +117,7 @@
   configure_opts="--enable-targets=x86 --host=i686-apple-darwin_sim \
                   --build=i686-apple-darwin10"
 else
-  configure_opts="--enable-targets=arm,x86,cbe"
+  configure_opts="--enable-targets=arm,x86"
 fi
 
 if [ \! -f Makefile.config ]; then





More information about the llvm-commits mailing list