From: Tobias Grosser Date: Fri, 29 Apr 2016 12:38:24 +0000 (+0000) Subject: Revert "cmake: Set LINK_POLLY_INTO_TOOLS to ON" X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da29984871be1b7fade391871fe822d60222e44b;p=platform%2Fupstream%2Fllvm.git Revert "cmake: Set LINK_POLLY_INTO_TOOLS to ON" This reverts commit r268033 as it breaks some buildbots. llvm-svn: 268035 --- diff --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt index 5d578dc..771bce1 100644 --- a/llvm/CMakeLists.txt +++ b/llvm/CMakeLists.txt @@ -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.