Index: llvm/trunk/CMakeLists.txt =================================================================== --- llvm/trunk/CMakeLists.txt +++ llvm/trunk/CMakeLists.txt @@ -342,7 +342,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.