This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Fix FP ABI attributes with no VFP
AbandonedPublic

Authored by aemerson on Oct 11 2013, 8:35 AM.

Details

Reviewers
None
Summary

Undo part of a change in r192111 which erroneously omitted the Tag_ABI_FP_* attributes when vfp was not present.

Previous behaviour is restored and tests are updated to reflect this.

Diff Detail

Event Timeline

LGTM. Closer reading of the ABI addendum shows that these are PCS attributes and describe compatibility with the ABI rather than the available target features - apologies for missing it in the last review.

aemerson abandoned this revision.Jul 6 2017, 10:58 AM
aemerson removed a reviewer: richard.barton.arm.
aemerson removed a subscriber: llvm-commits.