This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Change call sites from deprecated `parseSourceFile()` to `parseSourceFile<ModuleOp>()`.
ClosedPublic

Authored by csigg on Mar 6 2022, 11:56 AM.

Details

Summary

Mark parseSourceFile() deprecated. The functions will be removed two weeks after landing this change.

Diff Detail

Event Timeline

csigg created this revision.Mar 6 2022, 11:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 6 2022, 11:56 AM
csigg requested review of this revision.Mar 6 2022, 11:56 AM
rriddle accepted this revision.Mar 6 2022, 12:11 PM

Ohoh, sweet!

This revision is now accepted and ready to land.Mar 6 2022, 12:11 PM
This revision was landed with ongoing or failed builds.Mar 6 2022, 9:50 PM
This revision was automatically updated to reflect the committed changes.