This is an archive of the discontinued LLVM Phabricator instance.

[zorg] Pass "-DLLVM_POLLY_LINK_INTO_TOOLS=ON" in getPollyBuildFactory
ClosedPublic

Authored by efriedma on Jan 13 2020, 1:58 PM.

Details

Summary

The default here was changed recently, and the aosp-O3-polly-before-vectorizer-unprofitable builder assumes polly is linked into clang.

Diff Detail

Event Timeline

efriedma created this revision.Jan 13 2020, 1:58 PM
This revision is now accepted and ready to land.Jan 13 2020, 7:28 PM
This revision was automatically updated to reflect the committed changes.

It looks like the build isn't passing the new flag to cmake. Does the buildbot need to be restarted?

Yes, restart is required. It's planned tonight.