This is an archive of the discontinued LLVM Phabricator instance.

Cleanup includes: LLVMTarget
ClosedPublic

Authored by serge-sans-paille on Mar 7 2022, 3:28 PM.

Details

Summary

Most notably, Pass.h is no longer included by TargetMachine.h
before: 1063570306
after: 1063332844

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptMar 7 2022, 3:28 PM
serge-sans-paille requested review of this revision.Mar 7 2022, 3:28 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 7 2022, 3:28 PM
MaskRay accepted this revision.Mar 8 2022, 4:30 PM

Thanks!

llvm/include/llvm/Target/TargetMachine.h
21

The patch is small enough. It may be worth making this include removal separate

This revision is now accepted and ready to land.Mar 8 2022, 4:30 PM
This revision was automatically updated to reflect the committed changes.