diff options
| -rw-r--r-- | llvm/tools/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/tools/CMakeLists.txt b/llvm/tools/CMakeLists.txt index 19178b37c6b..8ca7bae8971 100644 --- a/llvm/tools/CMakeLists.txt +++ b/llvm/tools/CMakeLists.txt @@ -16,10 +16,6 @@ if(WITH_POLLY) else() set(LLVM_TOOL_POLLY_BUILD Off) endif() -if(NOT LLVM_TOOL_POLL_BUILD) - MESSAGE(No polly) -endif() - if(NOT LLVM_BUILD_LLVM_DYLIB ) set(LLVM_TOOL_LLVM_SHLIB_BUILD Off) |

