This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Add ARMv8.2-A to TargetParser
ClosedPublic

Authored by olista01 on Nov 27 2015, 4:48 AM.

Details

Summary

Add ARMv8.2-A to TargetParser, so that it can be used by the clang
command-line options and the .arch directive.

Most testing of this will be done in clang, checking that the
command-line options that this enables work.

Diff Detail

Repository
rL LLVM

Event Timeline

olista01 updated this revision to Diff 41289.Nov 27 2015, 4:48 AM
olista01 retitled this revision from to [ARM] Add ARMv8.2-A to TargetParser.
olista01 updated this object.
olista01 added reviewers: t.p.northover, ab.
olista01 set the repository for this revision to rL LLVM.
olista01 added a subscriber: llvm-commits.
rengolin accepted this revision.Nov 30 2015, 5:46 AM
rengolin added a reviewer: rengolin.

LGTM. Thanks!

This revision is now accepted and ready to land.Nov 30 2015, 5:46 AM
This revision was automatically updated to reflect the committed changes.