This is an archive of the discontinued LLVM Phabricator instance.

[mlir:vscode] Add support for loading big bytecode files
ClosedPublic

Authored by rriddle on Sep 2 2022, 6:53 PM.

Details

Summary

VSCode doesn't let our extension manage files >50mb. This commit
adds a proper diagnostic in this case, and also gives the user an option
to open as a temporary .mlir file instead.

Diff Detail

Event Timeline

rriddle created this revision.Sep 2 2022, 6:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 2 2022, 6:53 PM
rriddle requested review of this revision.Sep 2 2022, 6:53 PM
jpienaar accepted this revision.Sep 4 2022, 8:06 AM
This revision is now accepted and ready to land.Sep 4 2022, 8:06 AM
This revision was landed with ongoing or failed builds.Sep 6 2022, 2:49 PM
This revision was automatically updated to reflect the committed changes.