This is an archive of the discontinued LLVM Phabricator instance.

Add tests for the default value of Tag_CPU_unaligned_access.
ClosedPublic

Authored by chatur01 on Oct 29 2014, 3:27 AM.

Details

Reviewers
t.p.northover
Summary

Add tests to make sure the build attribtue Tag_CPU_unaligned_access is correctly set in the absence of the -arm(-no)-strict-align options.

This patch also adds a couple of missing tests that check Tag_CPU_unaligned_access is correctly emitted for v6 cores when the -arm(-no)-strict-align options are given.

Diff Detail

Event Timeline

chatur01 retitled this revision from to Add tests for the default value of Tag_CPU_unaligned_access..
chatur01 updated this object.
chatur01 edited the test plan for this revision. (Show Details)
chatur01 set the repository for this revision to rL LLVM.
chatur01 added a subscriber: Unknown Object (MLST).
chatur01 set the repository for this revision to rL LLVM.Oct 29 2014, 3:28 AM
t.p.northover accepted this revision.Oct 29 2014, 7:47 AM
t.p.northover added a reviewer: t.p.northover.
t.p.northover added a subscriber: t.p.northover.

Hi Charlie,

This looks fine.

Cheers.

Tim.

This revision is now accepted and ready to land.Oct 29 2014, 7:47 AM

Hi James & Tim,

Lgtm, please commit!

Please may you help me commit this patch? I don’t have permissions to commit myself.

Thanks for the review!

Charlie.

Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in rL220912.