llvm-project/polly/lib/External
John Ericson d3b756c51c [polly][cmake] Use `GNUInstallDirs` to support custom installation dirs
I am breaking apart D99484 so the cause of build failures is easier to
understand.

Reviewed By: Meinersbur

Differential Revision: https://reviews.llvm.org/D117541
2022-01-18 20:33:42 +00:00
..
isl Use nullptr instead of 0 or NULL (NFC) 2022-01-07 10:17:29 -08:00
pet/include
ppcg [Polly] Remove autotools build systems from Externals. NFC. 2021-09-15 17:11:15 -05:00
CMakeLists.txt [polly][cmake] Use `GNUInstallDirs` to support custom installation dirs 2022-01-18 20:33:42 +00:00
README.txt
isl_config.h.cmake
isl_srcdir.c.cmake
update-isl.sh [Polly] Remove autotools build systems from Externals. NFC. 2021-09-15 17:11:15 -05:00

README.txt

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.