Skip to content
Snippets Groups Projects
Commit 02a0dd8d authored by Sebastian Pop's avatar Sebastian Pop
Browse files

fix polly buildbot

llvm-svn: 203492
parent e1de2a39
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ if( NOT LLVM_INCLUDE_TOOLS STREQUAL "bootstrap-only" ) ...@@ -70,7 +70,7 @@ if( NOT LLVM_INCLUDE_TOOLS STREQUAL "bootstrap-only" )
if(WITH_POLLY) if(WITH_POLLY)
add_llvm_external_project(polly) add_llvm_external_project(polly)
else(WITH_POLLY) else(WITH_POLLY)
list(APPEND LLVM_IMPLICIT_PROJECT_IGNORE "${CMAKE_CURRENT_SOURCE_DIR}/polly") list(APPEND LLVM_IMPLICIT_PROJECT_IGNORE "${LLVM_MAIN_SRC_DIR}/tools/polly")
endif(WITH_POLLY) endif(WITH_POLLY)
# Automatically add remaining sub-directories containing a 'CMakeLists.txt' # Automatically add remaining sub-directories containing a 'CMakeLists.txt'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment