This is an archive of the discontinued LLVM Phabricator instance.

[unittests] Add InitializePasses.h includes
ClosedPublic

Authored by aheejin on Nov 13 2019, 6:25 PM.

Details

Summary

After D70211, Pass.h does not include InitializePasses.h anymore, so
these files need to include InitializePasses.h directly.

Diff Detail

Event Timeline

aheejin created this revision.Nov 13 2019, 6:25 PM
aheejin updated this revision to Diff 229217.Nov 13 2019, 6:28 PM
  • Remove Pass.h includes that are unnecessary now
Harbormaster completed remote builds in B40932: Diff 229217.
rnk accepted this revision.Nov 13 2019, 7:31 PM

Lgtm

If anyone is around, please push this.

This revision is now accepted and ready to land.Nov 13 2019, 7:31 PM
This revision was automatically updated to reflect the committed changes.