This is an archive of the discontinued LLVM Phabricator instance.

[mips][XRay] Use the base version of emitXRayTable
ClosedPublic

Authored by sdardis on May 3 2017, 9:09 AM.

Details

Summary

Follow up rL290858 by removing the MIPS specific version of XRayTable
emission in favour of the basic version.

This resolves a buildbot failure where the ELF sections were malformed
causing the linker to reject the object files with xray related sections.

Diff Detail

Repository
rL LLVM

Event Timeline

sdardis created this revision.May 3 2017, 9:09 AM
dberris accepted this revision.May 3 2017, 4:07 PM

LGTM -- thanks, @sdardis!

This revision is now accepted and ready to land.May 3 2017, 4:07 PM
This revision was automatically updated to reflect the committed changes.

Thanks for the review.