mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-08 09:03:18 +00:00
054729b420
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
19 lines
550 B
Plaintext
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.
|