[llvm] r268048 - cmake: Set LINK_POLLY_INTO_TOOLS to ON (v2)

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 08:25:19 PDT 2016


2016-04-29 17:07 GMT+02:00 Tobias Grosser via llvm-commits
<llvm-commits at lists.llvm.org>:
> +if(WITH_POLLY)
> +  if(NOT EXISTS ${LLVM_MAIN_SRC_DIR}/tools/polly/CMakeLists.txt)

I think Polly can also be checked out into other directories, when
changing the option
LLVM_EXTERNAL_POLLY_SOURCE_DIR

Michael


More information about the llvm-commits mailing list