This is an archive of the discontinued LLVM Phabricator instance.

[MC] Add MCObjectStreamer::addFragmentAtoms and use it with MachO and WebAssembly
ClosedPublic

Authored by sbc100 on Apr 30 2018, 7:12 PM.

Details

Summary

This code previously existed only in MCMachOStreamer but is
useful for WebAssembly too.

This is part of a larger WebAssembly change: D46335

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Apr 30 2018, 7:12 PM
sbc100 retitled this revision from MC: Add MCObjectStreamer::addFragmentAtoms and use it with MachO and WebAssembly to [MC] Add MCObjectStreamer::addFragmentAtoms and use it with MachO and WebAssembly.
sbc100 edited the summary of this revision. (Show Details)
sbc100 edited the summary of this revision. (Show Details)
yurydelendik accepted this revision.May 2 2018, 3:01 PM

Looks good.

This revision is now accepted and ready to land.May 2 2018, 3:01 PM
This revision was automatically updated to reflect the committed changes.