This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Fix includes in mlir-translate
ClosedPublic

Authored by marbre on Sep 4 2020, 1:41 AM.

Details

Summary

Drops the include on InitAllDialects.h, as dialects are now initialized in the translation passes.

Diff Detail