Remove some dead assignements found by scan-build
[oota-llvm.git] / CMakeLists.txt
index 49d1296950a5b3120b77985966ec5d9a788f3032..237701818ff9e944701b3ac46c1c904046adb442 100644 (file)
@@ -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)