Details
Diff Detail
- Build Status
Buildable 2962 Build 2962: arc lint + arc unit
Event Timeline
Should we leave it off by default? I don't think most testers have built with polly before. Maybe raise this on the release-testers list?
Hi,
this is a great change.
Regarding the default off flag, Even with this flag to on, Polly will not influence the default behavior of clang/LLVM/... So the only thing that is tested by default is that our unit tests work on all platforms and that the build system does not cause troubles.
Now, I still think that we should not force Polly on our release testers. So off sounds like the right default for this patch.
Obviously, I would very much appreciate them to test Polly, but as Hans suggested we should kindly ask this on the release testers mailing list.
Best,
Tobias
I agree that we should probably leave the default for Polly to be off since this is the first attempt to add it to the test release script and release testers may not be familiar with Polly. We can revisit turning it on by default in the future.
This looks good to me.
After this has been committed, we should probably ask the release builders if they would be OK to also run builds with -polly enabled.
The next LLVM release is coming up, we just verified that Polly can compile all of AOSP, and Polly has been shipping in debian and ubuntu since over a year. We should consider to flip the switch now. Pengxuan, would you like to propose such a patch?