#!/bin/bash
#
# Creates LLVM SVN snapshots: llvm-$REV.tar.bz2 and llvm-gcc-4.2-$REV.tar.bz2,
# where $REV is an SVN revision of LLVM. This is used for creating stable
# tarballs which can be used to build known-to-work crosstools.
#
# Syntax:
# $0 [REV] -- grabs the revision $REV from SVN; if not specified, grabs the
# latest SVN revision.
for; do
done