This is an archive of the discontinued LLVM Phabricator instance.

Simplify Symbol::copyFrom
ClosedPublic

Authored by rafael on Nov 28 2017, 3:09 PM.

Details

Reviewers
ruiu
Summary

This is only used for --wrap and I don't think these fields have a meaningful impact on that feature.

Diff Detail

Event Timeline

rafael created this revision.Nov 28 2017, 3:09 PM
ruiu edited edge metadata.Nov 28 2017, 3:12 PM

Then maybe we should just use memcpy?

Just use memcpy.

ruiu accepted this revision.Nov 28 2017, 3:41 PM

LGTM

This revision is now accepted and ready to land.Nov 28 2017, 3:41 PM
espindola closed this revision.Mar 14 2018, 3:18 PM
espindola added a subscriber: espindola.

r319265