This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Add tests for armv6s[-]m being an alias to armv6[-]m
ClosedPublic

Authored by bsmith on Feb 9 2015, 8:26 AM.

Details

Reviewers
bsmith
Summary

This patch adds the testcases for D7504

LLVM currently does not model the M-class OS extension, but instead enables its features by default for armv6-m targets. Technically the correct name for this architecture would be armv6s-m, although in order to avoid breaking current use cases this patch adds armv6s-m as an alias to armv6-m instead of properly modelling the OS extension (which is probably not necessary).

Diff Detail

Repository
rL LLVM

Event Timeline

bsmith updated this revision to Diff 19584.Feb 9 2015, 8:26 AM
bsmith retitled this revision from to [ARM] Add tests for armv6s[-]m being an alias to armv6[-]m.
bsmith updated this object.
bsmith edited the test plan for this revision. (Show Details)
bsmith set the repository for this revision to rL LLVM.
bsmith added a subscriber: Unknown Object (MLST).
bsmith accepted this revision.Feb 10 2015, 7:18 AM
bsmith added a reviewer: bsmith.
This revision is now accepted and ready to land.Feb 10 2015, 7:18 AM
bsmith closed this revision.Feb 10 2015, 7:18 AM