Index: CMakeLists.txt =================================================================== --- CMakeLists.txt +++ CMakeLists.txt @@ -327,7 +327,7 @@ "Use -gsplit-dwarf when compiling llvm." OFF) option(WITH_POLLY "Build LLVM with Polly" ON) -option(LINK_POLLY_INTO_TOOLS "Static link Polly into tools" OFF) +option(LINK_POLLY_INTO_TOOLS "Static link Polly into tools" ON) # Define an option controlling whether we should build for 32-bit on 64-bit # platforms, where supported.