[PATCH] D12810: [Polly] Compile ISL into its own library

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 11 11:51:32 PDT 2015


Meinersbur created this revision.
Meinersbur added reviewers: grosser, jdoerfert.
Meinersbur added subscribers: llvm-commits, pollydev.
Meinersbur added a project: Polly.

Refactor all ISL-related cmake build instructions into its own CMakeLists.txt and build as a separate library.

This is useful to apply ISL-related build flags to ISL only and not to Polly's files. Also, it the separation of both projects becomes clearer.

Proposed name of the library is Polly_isl. It is not "isl" to avoid mix-up with potentially installed libisl.{a|so}.

Tested configurations:
- Windows with cmake 3.2
- Ubuntu with cmake 3.0.2 
- Ubuntu with cmake 3.0.2  BUILD_SHARED_LIBS on
- Ubuntu with cmake 2.8.12.2 (LLVM minimum version)
- Ubuntu out-of-LLVM-tree


http://reviews.llvm.org/D12810

Files:
  CMakeLists.txt
  cmake/polly_macros.cmake
  lib/CMakeLists.txt
  lib/External/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12810.34564.patch
Type: text/x-patch
Size: 18613 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150911/d0c224ce/attachment.bin>


More information about the llvm-commits mailing list