The idea is that a client that wants split dwarf would create a
specific kind of object writer that creates two files, and use it to
create the streamer.
Part of PR37466.
Differential D47050
MC: Change the streamer ctors to take an object writer instead of a stream. NFCI. ClosedPublic Authored by pcc on May 17 2018, 7:10 PM.
Details
Summary The idea is that a client that wants split dwarf would create a Part of PR37466.
Diff Detail
Event Timelinepcc added a child revision: D47051: MC: Introduce an ELF dwo object writer and teach llvm-mc about it..May 17 2018, 8:38 PM This revision is now accepted and ready to land.May 18 2018, 3:18 AM Closed by commit rC332749: MC: Change the streamer ctors to take an object writer instead of a stream. (authored by pcc). · Explain WhyMay 18 2018, 11:30 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 147564 tools/driver/cc1as_main.cpp
|