This is an archive of the discontinued LLVM Phabricator instance.

add PCRelative values emmiting into MCObjectStreamer
AcceptedPublic

Authored by seandree on Feb 2 2017, 8:16 PM.

Details

Summary

Add additional function to emit PCRelative values through MCObjectStreamer,
it allows to use MCObjectStreamer to emit PCRelative fixups.
By default it always emits nonPCRelative.

Diff Detail

Repository
rL LLVM

Event Timeline

seandree created this revision.Feb 2 2017, 8:16 PM

Hello Sanjoy. Could you review this please?

sanjoy resigned from this revision.Feb 6 2017, 4:21 PM
sanjoy added a subscriber: rafael.

I don't think I'm the right person to review this? How about @rafael?

Btw, please upload with full context: http://llvm.org/docs/Phabricator.html

seandree removed rL LLVM as the repository for this revision.Feb 6 2017, 4:25 PM
seandree edited the summary of this revision. (Show Details)Feb 6 2017, 4:43 PM
seandree added a subscriber: sanjoy.Feb 7 2017, 3:38 PM

I don't think I'm the right person to review this? How about @rafael?

Btw, please upload with full context: http://llvm.org/docs/Phabricator.html

Yes, thank you.
@rafael can you take a look?

kyulee1 accepted this revision.Feb 8 2017, 2:28 PM
kyulee1 added a reviewer: kyulee1.
kyulee1 added a subscriber: kyulee1.

LGTM

This revision is now accepted and ready to land.Feb 8 2017, 2:28 PM