[PATCH] D30495: [Polly][Cmake] Generate a PollyConfig.cmake
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 9 08:16:32 PST 2017
Meinersbur accepted this revision.
Meinersbur added a comment.
This revision is now accepted and ready to land.
Thanks for making it work under Windows. Could you just remove the debugging line if it is one (or let me do it), then I'll commit.
================
Comment at: cmake/CMakeLists.txt:56
+set(POLLY_CONFIG_INCLUDE_DIRS ${ISL_INCLUDE_DIRS})
+message(STATUS "CONFIG_CMAKE_DIR: ${POLLY_CONFIG_CMAKE_DIR}")
+set(POLLY_CONFIG_LIBRARY_DIRS "${POLLY_BINARY_DIR}/lib")
----------------
Is this a leftover from debugging?
https://reviews.llvm.org/D30495
More information about the llvm-commits
mailing list