This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][AsmParser] Add rcpc support in .arch_extension
ClosedPublic

Authored by vhscampos on Jul 13 2020, 8:25 AM.

Details

Summary

AArch64 does not support enabling rcpc via .arch_extension in assembly.
GCC, on the other hand, does.

This patch adds 'rcpc' as a valid value to .arch_extension handling.

Diff Detail

Event Timeline

vhscampos created this revision.Jul 13 2020, 8:25 AM
ostannard accepted this revision.Jul 14 2020, 12:57 AM
ostannard added a subscriber: ostannard.

LGTM

This revision is now accepted and ready to land.Jul 14 2020, 12:57 AM
This revision was automatically updated to reflect the committed changes.