This is an archive of the discontinued LLVM Phabricator instance.

[Polly] Fix two testcases
ClosedPublic

Authored by philip.pfaffe on Apr 3 2017, 5:27 AM.

Details

Summary

Trivial fix for two testcases. When Polly isn't linked into opt, idependent of whether it's built in-tree or not, these testcases forget to load the appropriate library.

Diff Detail

Repository
rL LLVM

Event Timeline

philip.pfaffe created this revision.Apr 3 2017, 5:27 AM
Meinersbur accepted this revision.Apr 3 2017, 5:32 AM

Going to commit...

This revision is now accepted and ready to land.Apr 3 2017, 5:32 AM
grosser edited edge metadata.Apr 3 2017, 5:34 AM

Thank you Philipp! This is really useful.

Btw, as you seem to submit changes more than just occasionally, it might make sense to ask Christ for commit access. Patches like this one are a perfect example for patches that can be reviewed post-commit (no separate review thread is needed).

This revision was automatically updated to reflect the committed changes.