This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Enable the mnemonic spell checker
ClosedPublic

Authored by SjoerdMeijer on Jul 13 2017, 8:17 AM.

Details

Summary

The AsmParser mnemonic spell checker was introduced in r307148 and enabled only for ARM. This patch enables it for AArch64.

Diff Detail

Repository
rL LLVM

Event Timeline

SjoerdMeijer created this revision.Jul 13 2017, 8:17 AM
t.p.northover accepted this revision.Jul 13 2017, 8:20 AM

Looks reasonable to me.

This revision is now accepted and ready to land.Jul 13 2017, 8:20 AM

Thanks for the review!

This revision was automatically updated to reflect the committed changes.