Revert "cmake: Set LINK_POLLY_INTO_TOOLS to ON"
authorTobias Grosser <tobias@grosser.es>
Fri, 29 Apr 2016 12:38:24 +0000 (12:38 +0000)
committerTobias Grosser <tobias@grosser.es>
Fri, 29 Apr 2016 12:38:24 +0000 (12:38 +0000)
This reverts commit r268033 as it breaks some buildbots.

llvm-svn: 268035

llvm/CMakeLists.txt

index 5d578dc..771bce1 100644 (file)
@@ -342,7 +342,7 @@ option(LLVM_USE_SPLIT_DWARF
   "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" ON)
+option(LINK_POLLY_INTO_TOOLS "Static link Polly into tools" OFF)
 
 # Define an option controlling whether we should build for 32-bit on 64-bit
 # platforms, where supported.