diff options
| author | Tobias Grosser <tobias@grosser.es> | 2018-02-20 07:24:58 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2018-02-20 07:24:58 +0000 |
| commit | 85476dc45ad1216e533385964b9ce191968c316f (patch) | |
| tree | 33be4eae1c779de94c3f0f12b2a33d7a31a48e53 /polly/lib/External | |
| parent | ba4257b1874ff9588118d352d083ff287ca3b6ed (diff) | |
| download | bcm5719-llvm-85476dc45ad1216e533385964b9ce191968c316f.tar.gz bcm5719-llvm-85476dc45ad1216e533385964b9ce191968c316f.zip | |
Fix broken isl-noexceptions.h path in update-isl script
llvm-svn: 325556
Diffstat (limited to 'polly/lib/External')
| -rwxr-xr-x | polly/lib/External/update-isl.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/lib/External/update-isl.sh b/polly/lib/External/update-isl.sh index 5b78f7ec4aa..0bf3e0def72 100755 --- a/polly/lib/External/update-isl.sh +++ b/polly/lib/External/update-isl.sh @@ -23,11 +23,11 @@ mkdir -p $BUILDDIR for DISTFILE in "$BUILDDIR/isl*.tar.gz"; do break; done -cp $ISL_SOURCE_DIR/include/isl-noexceptions.h $TMPDIR/isl-noexceptions.h +cp $ISL_SOURCE_DIR/include/isl/isl-noexceptions.h $TMPDIR/isl-noexceptions.h rm -rf $ISL_SOURCE_DIR mkdir -p $ISL_SOURCE_DIR tar -xf $DISTFILE --strip-components=1 --directory $ISL_SOURCE_DIR -cp $TMPDIR/isl/isl-noexceptions.h $ISL_SOURCE_DIR/include/isl +cp $TMPDIR/isl-noexceptions.h $ISL_SOURCE_DIR/include/isl rm -rf $TMPDIR |

