llvm-capstone/polly/lib/External/README.txt
Michael Kruse 054729b420 Add script to update isl
The script will checkout the most recent master from
http://repo.or.cz/isl.git into /tmp, create a distribution tarball, and
extract it as replacement of lib/External/isl. After that it can be
committed to the Polly repository.

llvm-svn: 254497
2015-12-02 09:34:46 +00:00

19 lines
550 B
Plaintext

The libraries in this directory are mirrored from external projects.
Patches to them should first be contributed upstream and then return to Polly
as normal (re)imports of these updated libraries.
We currently have the following external libraries.
# isl
License: MIT-STYLE
Details: isl/LICENSE
# imath
License: MIT-STYLE
Details: isl/imath/LICENSE
To update these libraries run 'autoreconf -i && ./configure && make dist' in
the isl git directory and move the resulting files into lib/External/isl.
Alternatively, run the update-isl.sh script.