This is an archive of the discontinued LLVM Phabricator instance.

llvm-ar: Move archive writer to Object.
ClosedPublic

Authored by pcc on Jun 5 2015, 8:32 PM.

Details

Summary

No functional change intended, other than some minor changes to certain
diagnostics.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc updated this revision to Diff 27256.Jun 5 2015, 8:32 PM
pcc retitled this revision from to llvm-ar: Move archive writer to Object..
pcc updated this object.
pcc edited the test plan for this revision. (Show Details)
pcc added a reviewer: rafael.
pcc added subscribers: ruiu, Unknown Object (MLST).
rafael accepted this revision.Jun 6 2015, 8:17 PM
rafael edited edge metadata.

We really need a better way of handling diagnostics in lib/Object, but this is fine for now with some nits.

I will try to code something to untangle diagnostics and error handling in general.

include/llvm/Object/ArchiveWriter.h
10 ↗(On Diff #27256)

writeArchive.

lib/Object/ArchiveWriter.cpp
92 ↗(On Diff #27256)

Please add a FIXME about using endian.h

This revision is now accepted and ready to land.Jun 6 2015, 8:17 PM
This revision was automatically updated to reflect the committed changes.