This is an archive of the discontinued LLVM Phabricator instance.

Return error on unsupported feature and exit
Needs ReviewPublic

Authored by BrandonTJones on Apr 11 2019, 9:09 AM.

Details

Reviewers
andreadb
grosbach
Summary

Within the AARCH64 Asm Parser we currently fatally exit the assembler when given a feature that exists but isn't yet supported. This change simply allows the exit to be cleaner and without a crash.

Diff Detail

Event Timeline

BrandonTJones created this revision.Apr 11 2019, 9:09 AM