Create a new directory before running the polly script

Otherwise the script spams the home directory and, in case there are folders
of previous attempts lying around, it may fail in some unexpected way.

llvm-svn: 160677
This commit is contained in:
Tobias Grosser 2012-07-24 16:58:57 +00:00
parent 2a4b09c9de
commit 19bde907b5
1 changed files with 2 additions and 1 deletions

View File

@ -20,9 +20,10 @@
There is a <a href="polly.sh">script</a> available to automatically checkout,
update, build, and test Polly. This script contains all the commands that are
subsequently described on this webpage. The automatic installation consists
of three simple steps:
of four simple steps:
<pre>
mkdir polly &amp;&amp; cd polly
wget http://polly.llvm.org/polly.sh
chmod +x polly.sh
./polly.sh