This is an archive of the discontinued LLVM Phabricator instance.

[flang][hlfir] remove unnecessary header include
ClosedPublic

Authored by jeanPerier on Feb 14 2023, 2:20 AM.

Details

Summary

Builder/HLFIRTools.h is not needed and is causing build
issues in some shared library builds because it belongs to another
library that depends on libHLFIRDialect (so libHLFIRDialect should
not depend on it).

Diff Detail

Event Timeline

jeanPerier created this revision.Feb 14 2023, 2:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 14 2023, 2:20 AM
jeanPerier requested review of this revision.Feb 14 2023, 2:20 AM
This revision is now accepted and ready to land.Feb 14 2023, 2:20 AM
tblah accepted this revision.Feb 14 2023, 2:31 AM

LGTM, thanks for catching this

This revision was automatically updated to reflect the committed changes.