diff options
author | Sebastian Pop <spop@codeaurora.org> | 2014-03-11 22:42:07 +0000 |
---|---|---|
committer | Sebastian Pop <spop@codeaurora.org> | 2014-03-11 22:42:07 +0000 |
commit | f7d02d479c24661b847f430fefe4f7ef508acbaa (patch) | |
tree | d0ebf1feb8be26a6be81caecfd296c7e6b8fbe0b /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 198034105d36c7006b9506572d365a43f0d66f3c (diff) | |
download | llvm-f7d02d479c24661b847f430fefe4f7ef508acbaa.zip llvm-f7d02d479c24661b847f430fefe4f7ef508acbaa.tar.gz llvm-f7d02d479c24661b847f430fefe4f7ef508acbaa.tar.bz2 |
move WITH_POLLY option before add_subdirectory(tools)
the first run of the polly buildbot failed, and then it started passing.
This is due to the fact that the buildbot re-builds in an existing directory,
and the first run does not have WITH_POLLY set when it enters tools/.
Thus, cmake ignores the tools/polly dir in the first run, and then because
it reuses the CMakeCache.txt of the previous run, it has the WITH_POLLY set
by the previous run, and so it passes the second time.
llvm-svn: 203615
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions