I had added the Polly project to my LLVM source tree. But I didn't want to build it this time. git-grep
of Polly showed only one mention in tools/CMakeLists.txt
:
add_llvm_external_project(polly)
Yet even after commenting out the line, build files were still being generated for Polly. It ...