[polly] r248937 - Drop unneeded includes

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 01:14:38 PDT 2015


On 09/30/2015 11:12 PM, Johannes Doerfert wrote:
> I am unsure why it compiles for you and the bots but it does not for me:
>
> In file included from .../polly/llvm/tools/polly/include/polly/CodeGen/BlockGenerators.h:20:0,
>                   from .../polly/llvm/tools/polly/include/polly/CodeGen/IslNodeBuilder.h:16,
>                   from .../polly/llvm/tools/polly/lib/CodeGen/IslNodeBuilder.cpp:15:
> .../polly/llvm/tools/polly/include/polly/Support/ScopHelper.h:143:28: error: ‘llvm::AliasAnalysis’ has not been declared
>                        llvm::AliasAnalysis &AA, llvm::LoopInfo &LI
>
> I will reintroduce the AliasAnalysis.h file again as I might not be the
> only one that cannot compile it otherwise.

The file tools/polly/include/polly/Support/ScopHelper.h has only
132 lines for me while your error report lists 143 lines. Did you
test compilation without any patches on top of polly trunk?

Best,
Tobias


More information about the llvm-commits mailing list