[PATCH] D34306: [test-release.sh] Enable Polly by default
Pengxuan Zheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 16 17:26:21 PDT 2017
pzheng created this revision.
Herald added a reviewer: bollu.
https://reviews.llvm.org/D34306
Files:
utils/release/test-release.sh
Index: utils/release/test-release.sh
===================================================================
--- utils/release/test-release.sh
+++ utils/release/test-release.sh
@@ -38,7 +38,7 @@
do_openmp="yes"
do_lld="yes"
do_lldb="no"
-do_polly="no"
+do_polly="yes"
BuildDir="`pwd`"
ExtraConfigureFlags=""
ExportBranch=""
@@ -68,8 +68,7 @@
echo " -no-lld Disable check-out & build lld"
echo " -lldb Enable check-out & build lldb"
echo " -no-lldb Disable check-out & build lldb (default)"
- echo " -polly Enable check-out & build Polly"
- echo " -no-polly Disable check-out & build Polly (default)"
+ echo " -no-polly Disable check-out & build Polly"
}
while [ $# -gt 0 ]; do
@@ -154,9 +153,6 @@
-no-lldb )
do_lldb="no"
;;
- -polly )
- do_polly="yes"
- ;;
-no-polly )
do_polly="no"
;;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34306.102911.patch
Type: text/x-patch
Size: 991 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170617/df86a787/attachment.bin>
More information about the llvm-commits
mailing list