[PATCH] D19711: [Polly] cmake: Set LINK_POLLY_INTO_TOOLS to ON

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 29 05:29:04 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL268033: cmake: Set LINK_POLLY_INTO_TOOLS to ON (authored by grosser).

Changed prior to commit:
  http://reviews.llvm.org/D19711?vs=55540&id=55585#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D19711

Files:
  llvm/trunk/CMakeLists.txt

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.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19711.55585.patch
Type: text/x-patch
Size: 520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160429/2e212223/attachment.bin>


More information about the llvm-commits mailing list