This is an archive of the discontinued LLVM Phabricator instance.

[Polly][arc] Remove unittesting from arcconfig
ClosedPublic

Authored by philip.pfaffe on May 15 2018, 4:12 AM.

Details

Summary

Unittests aren't working, and I don't think they ever were. Just remove
them, so that we don't have to write arc --nounit all the time.

Diff Detail

Repository
rL LLVM

Event Timeline

philip.pfaffe created this revision.May 15 2018, 4:12 AM

Actually remove unittest driver as well.

To clarify: The unittests that're hooked into arc are based around
make printvars, which is not available anymore since I think 3.9.

grosser accepted this revision.May 15 2018, 5:17 AM

LGTM.

This revision is now accepted and ready to land.May 15 2018, 5:17 AM
This revision was automatically updated to reflect the committed changes.