This is an archive of the discontinued LLVM Phabricator instance.

Fix ObjCPass on big-endian host
ClosedPublic

Authored by tstellar on Jul 6 2017, 6:04 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellar created this revision.Jul 6 2017, 6:04 AM
ruiu accepted this revision.Jul 11 2017, 4:26 PM

LGTM

lib/ReaderWriter/MachO/ObjCPass.cpp
59–60 ↗(On Diff #105413)

Is there any reason not to write

normalized::write32(...)

?

This revision is now accepted and ready to land.Jul 11 2017, 4:26 PM
This revision was automatically updated to reflect the committed changes.