This code previously existed only in MCMachOStreamer but is
useful for WebAssembly too.
This is part of a larger WebAssembly change: D46335
Paths
| Differential D46297
[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 This is part of a larger WebAssembly change: D46335
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, sunfish, aheejin and 3 others. · View Herald TranscriptApr 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 added a child revision: D46335: [WebAssembly] MC: Create and use first class section symbols.May 1 2018, 3:25 PM This revision is now accepted and ready to land.May 2 2018, 3:01 PM Closed by commit rL331412: [MC] Factor MCObjectStreamer::addFragmentAtoms out of MachO streamer. (authored by sbc). · Explain WhyMay 2 2018, 4:06 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 144951 llvm/trunk/include/llvm/MC/MCObjectStreamer.h
llvm/trunk/lib/MC/MCMachOStreamer.cpp
llvm/trunk/lib/MC/MCObjectStreamer.cpp
llvm/trunk/lib/MC/MCWasmStreamer.cpp
|