This is an archive of the discontinued LLVM Phabricator instance.

Add the -mcpu= option to llvm-rtdyld.
ClosedPublic

Authored by vradosavljevic on Jun 17 2015, 6:53 AM.

Details

Summary

This patch adds the -mcpu= option to llvm-rtdyld. With this option, we can test relocations for different types of CPUs (e.g., Mips64r6).

Diff Detail

Repository
rL LLVM

Event Timeline

vradosavljevic retitled this revision from to Add the -mcpu= option to llvm-rtdyld..
vradosavljevic updated this object.
vradosavljevic edited the test plan for this revision. (Show Details)
vradosavljevic added reviewers: lhames, petarj.
vradosavljevic set the repository for this revision to rL LLVM.
vradosavljevic added a subscriber: Unknown Object (MLST).
petarj accepted this revision.Jun 23 2015, 6:50 AM
petarj edited edge metadata.

lgtm

Lang, are you OK with the change?

This revision is now accepted and ready to land.Jun 23 2015, 6:50 AM
lhames accepted this revision.Jun 23 2015, 1:52 PM
lhames edited edge metadata.

Apologies for the delayed reply. This looks good to me.

This revision was automatically updated to reflect the committed changes.