This is an archive of the discontinued LLVM Phabricator instance.

[Polly] Fix the build for non-`MSVC` Windows targets.
AbandonedPublic

Authored by DiamondLovesYou on Sep 10 2018, 6:41 PM.

Details

Summary

Rely on LLVM's LLVM_ENABLE_PLUGINS cmake variable for deciding
when to build the loadable modules.

Event Timeline

grosser accepted this revision.Sep 11 2018, 9:52 AM

This is a good idea.

This revision is now accepted and ready to land.Sep 11 2018, 9:52 AM