This is an archive of the discontinued LLVM Phabricator instance.

[CodeView] RelocPtr points to little-endian data
ClosedPublic

Authored by jrtc27 on Nov 12 2018, 3:34 AM.

Details

Summary

This misleading type meant LLD incorrectly took it to be in native
endianness and fail its COFF/pdb-framedata.yaml test on big-endian
hosts.

Diff Detail

Repository
rL LLVM

Event Timeline

jrtc27 created this revision.Nov 12 2018, 3:34 AM
zturner accepted this revision.Nov 13 2018, 11:29 AM
This revision is now accepted and ready to land.Nov 13 2018, 11:29 AM

Lgtm

Please commit on my behalf.

Lgtm

Please commit on my behalf.

Ping?

This revision was automatically updated to reflect the committed changes.