This is an archive of the discontinued LLVM Phabricator instance.

[CMake][Polly] Remove dead CMake code
ClosedPublic

Authored by tambre on Sep 5 2020, 8:17 AM.

Details

Summary

LLVM requires CMake 3.13.4 so remove code behind checks for an older version.

Diff Detail

Event Timeline

tambre created this revision.Sep 5 2020, 8:17 AM
Herald added a project: Restricted Project. · View Herald Transcript
tambre requested review of this revision.Sep 5 2020, 8:17 AM
tambre updated this revision to Diff 290092.

Simply code to use set_property(), which can handle multiple targets at once.

phosek accepted this revision.Sep 7 2020, 12:15 AM

LGTM

This revision is now accepted and ready to land.Sep 7 2020, 12:15 AM
This revision was automatically updated to reflect the committed changes.