This is an archive of the discontinued LLVM Phabricator instance.

[Sparc] Constification of TargetMachine arguments
ClosedPublic

Authored by jacob_hansen on May 2 2016, 2:23 AM.

Details

Summary

This patch changes the TargetMachine arguments to be const. This is required for D19265: [Sparc] Add Soft Float support, and was requested to be done in a separate patch.

Diff Detail

Repository
rL LLVM

Event Timeline

jacob_hansen retitled this revision from to [Sparc] Constification of TargetMachine arguments.
jacob_hansen updated this object.
jacob_hansen added reviewers: echristo, jyknight.
jacob_hansen added a subscriber: llvm-commits.
jyknight accepted this revision.May 2 2016, 7:41 AM
jyknight edited edge metadata.

Do you not have commit access yet?

This revision is now accepted and ready to land.May 2 2016, 7:41 AM

Do you not have commit access yet?

No, I did not ask for it yet. From the developer policy document it seemed that I should have a few patches accepted before doing so (http://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access).

This revision was automatically updated to reflect the committed changes.