[PATCH] D28493: [zorg] Add Polly builder for ARM target
Pengxuan Zheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 11 10:34:50 PST 2017
pzheng added inline comments.
================
Comment at: zorg/buildbot/builders/PollyBuilder.py:100
+ if install:
+ f.addStep(ShellCommand(name="install",
+ command=install_cmd,
----------------
rengolin wrote:
> Why do you need the install dir if you're not using it in the buildbot?
The install dir will be used by another builder. More patches coming soon.
https://reviews.llvm.org/D28493
More information about the llvm-commits
mailing list