Skip to content

Commit

Permalink
test-release.sh: Drop some unused command-line options.
Browse files Browse the repository at this point in the history
These haven't done anything since before r142165.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236061 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
zmodem committed Apr 28, 2015
1 parent 5acccb1 commit bccc647
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions utils/release/test-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ RC=""
Triple=""
use_gzip="no"
do_checkout="yes"
do_ada="no"
do_clang="yes"
do_dragonegg="no"
do_fortran="no"
do_objc="yes"
do_64bit="yes"
do_debug="no"
do_asserts="no"
Expand Down Expand Up @@ -104,21 +101,12 @@ while [ $# -gt 0 ]; do
-no-64bit | --no-64bit )
do_64bit="no"
;;
-enable-ada | --enable-ada )
do_ada="yes"
;;
-disable-clang | --disable-clang )
do_clang="no"
;;
-enable-dragonegg | --enable-dragonegg )
do_dragonegg="yes"
;;
-enable-fortran | --enable-fortran )
do_fortran="yes"
;;
-disable-objc | --disable-objc )
do_objc="no"
;;
-test-debug | --test-debug )
do_debug="yes"
;;
Expand Down

0 comments on commit bccc647

Please sign in to comment.