llvm-capstone/polly/lib/External
vient b951239932 [polly] [CMake] Link polly-isl-test with LLVMSupport (#65424)
Otherwise link may fail if user provided additional library to link with via CMAKE_EXE_LINKER_FLAGS. Concrete example is using custom allocator, LLVMSupport provides needed -lpthread in that case.

Closes: https://github.com/llvm/llvm-project/pull/65424
2023-12-25 10:31:09 +00:00
..
isl [Support] Remove llvm/Support/Host.h (#74261) 2023-12-04 12:54:26 -08:00
CMakeLists.txt [polly] [CMake] Link polly-isl-test with LLVMSupport (#65424) 2023-12-25 10:31:09 +00:00
isl_config.h.cmake
isl_srcdir.c.cmake
README.txt
update-isl.sh

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.