Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D47042
MC: Have the object writers return the number of bytes written. NFCI. ClosedPublic Authored by pcc on May 17 2018, 5:08 PM.
Details Summary
Diff Detail
Event Timelinepcc added a child revision: D47043: MC: Remove stream and output functions from MCObjectWriter. NFCI..May 17 2018, 5:08 PM This revision is now accepted and ready to land.May 20 2018, 6:14 PM Closed by commit rL332863: MC: Have the object writers return the number of bytes written. NFCI. (authored by pcc). · Explain WhyMay 21 2018, 11:27 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 147826 llvm/trunk/include/llvm/MC/MCMachObjectWriter.h
llvm/trunk/include/llvm/MC/MCObjectWriter.h
llvm/trunk/lib/MC/ELFObjectWriter.cpp
llvm/trunk/lib/MC/MCAssembler.cpp
llvm/trunk/lib/MC/MachObjectWriter.cpp
llvm/trunk/lib/MC/WasmObjectWriter.cpp
llvm/trunk/lib/MC/WinCOFFObjectWriter.cpp
|