X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=CMakeLists.txt;h=237701818ff9e944701b3ac46c1c904046adb442;hb=d47cb57ab88956197c266df3353347eb31790781;hp=49d1296950a5b3120b77985966ec5d9a788f3032;hpb=e5b11b349bf91812a5dc65b320e067b2ec30d215;p=oota-llvm.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 49d1296950a..237701818ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -503,6 +503,8 @@ endif() add_subdirectory(projects) option(WITH_POLLY "Build LLVM with Polly" ON) +option(LINK_POLLY_INTO_TOOLS "Static link Polly into tools" OFF) + if(WITH_POLLY) if(NOT EXISTS ${LLVM_MAIN_SRC_DIR}/tools/polly/CMakeLists.txt) set(WITH_POLLY OFF)