Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2012-10-02 23:50:22 +0400
committerTobias Grosser <grosser@fim.uni-passau.de>2012-10-02 23:50:22 +0400
commitc845fef391ad2f8da41a67837733f5bbce24398c (patch)
treeeaa4d0b49d4647d6ffca8bc8b4e2c4c18905386c /polly/cmake
parent6e551ae1a30e6ea2fe3be4332af6f58771cd5e20 (diff)
Detect the isl code generation feature correctly
llvm-svn: 165034
Diffstat (limited to 'polly/cmake')
-rw-r--r--polly/cmake/FindIsl.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/cmake/FindIsl.cmake b/polly/cmake/FindIsl.cmake
index c739602480a5..21ad8a2d0ddb 100644
--- a/polly/cmake/FindIsl.cmake
+++ b/polly/cmake/FindIsl.cmake
@@ -1,5 +1,5 @@
FIND_PATH(ISL_INCLUDE_DIR isl/set.h)
-FIND_PATH(ISL_CODEGEN_DIR isl/codegen.h)
+FIND_PATH(ISL_CODEGEN_DIR isl/ast.h)
IF (ISL_CODEGEN_DIR)
SET(ISL_CODEGEN_FOUND TRUE)