Skip to content

Commit 16808a3

Browse files
author
Devang Patel
committed
Enable CBE
llvm-svn: 46112
1 parent 54c20b5 commit 16808a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/buildit/build_llvm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ cd $DIR/obj-llvm || exit 1
8585

8686
if [ \! -f Makefile.config ]; then
8787
$SRC_DIR/llvm/configure --prefix=$DEST_DIR$DEST_ROOT \
88-
--enable-targets=x86,powerpc --enable-assertions=$LLVM_ASSERTIONS \
88+
--enable-targets=x86,powerpc,cbe --enable-assertions=$LLVM_ASSERTIONS \
8989
|| exit 1
9090
fi
9191

0 commit comments

Comments
 (0)