This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Pass architecture to TargetParser defaulting to cope with API change
ClosedPublic

Authored by bsmith on Nov 13 2015, 9:36 AM.

Details

Reviewers
rengolin
Summary

The TargetParser API to get the default FPU and extensions will change in D14661, this is so it can fall back to the architecture in case of a generic CPU. This patch adjusts calls to the changed functions to pass in the correct information.

Diff Detail

Repository
rL LLVM

Event Timeline

bsmith updated this revision to Diff 40160.Nov 13 2015, 9:36 AM
bsmith retitled this revision from to [ARM] Pass architecture to TargetParser defaulting to cope with API change.
bsmith updated this object.
bsmith added a reviewer: rengolin.
bsmith set the repository for this revision to rL LLVM.
bsmith added a subscriber: cfe-commits.
rengolin accepted this revision.Nov 13 2015, 10:08 AM
rengolin edited edge metadata.

LGTM, thanks!

This revision is now accepted and ready to land.Nov 13 2015, 10:08 AM
bsmith closed this revision.Nov 16 2015, 3:19 AM

Thanks, committed as r253199.