This is an archive of the discontinued LLVM Phabricator instance.

[PATCH] Add missing build attribute regression tests for Cortex-A8
ClosedPublic

Authored by SjoerdMeijer on Jan 26 2016, 4:07 AM.

Details

Summary

Added regression tests to check build attributes for Cortex-A8.
Fixed a typo in the comments.

Diff Detail

Repository
rL LLVM

Event Timeline

SjoerdMeijer retitled this revision from to [PATCH] Add missing build attrribute regression tests for Cortex-A8.
SjoerdMeijer updated this object.
SjoerdMeijer added a reviewer: rengolin.
SjoerdMeijer set the repository for this revision to rL LLVM.
SjoerdMeijer added a subscriber: llvm-commits.
SjoerdMeijer retitled this revision from [PATCH] Add missing build attrribute regression tests for Cortex-A8 to [PATCH] Add missing build attribute regression tests for Cortex-A8.Jan 26 2016, 7:00 AM
rengolin added inline comments.Jan 26 2016, 7:07 AM
test/CodeGen/ARM/build-attributes.ll
682 ↗(On Diff #45970)

Typo: A8

Fixed typo in one of the comments (A8 instead of A9)

rengolin accepted this revision.Jan 27 2016, 1:43 AM
rengolin edited edge metadata.

LGTM. Thanks!

This revision is now accepted and ready to land.Jan 27 2016, 1:43 AM
This revision was automatically updated to reflect the committed changes.