forked from OSchip/llvm-project
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:
parent
2a4b09c9de
commit
19bde907b5
|
@ -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 && cd polly
|
||||
wget http://polly.llvm.org/polly.sh
|
||||
chmod +x polly.sh
|
||||
./polly.sh
|
||||
|
|
Loading…
Reference in New Issue