This is an archive of the discontinued LLVM Phabricator instance.

[NewPM][Unit] Outline pass handles into a support header for the tests
Needs ReviewPublic

Authored by philip.pfaffe on Nov 6 2017, 2:36 AM.

Details

Reviewers
chandlerc
Summary

There are two testcases currently that unittest pass manager features by
mocking out analyses and passes on various IRUnits. To simplify things for
these and future tests, outline the mocks into a support header.