Hi guys,<div><br></div><div>Attached is a set of patches that adds detailed argument information to the output of the MCLoggingStreamer that may be enabled when outputting an object file from llc or llvm-mc. It is broken into three pieces.</div>
<div><br></div><div>The first patch allows a MCSection to report a name to be used for diagnostic purposes.</div><div>The second patch updates MCLoggingStreamer to enhance its output.</div><div>This third patch enhances the output for instruction in the MCLoggingStreamer.</div>
<div><br></div><div>The first two patches are ready to go in my opinion. But the third doesn't deal with ownership of the instruction printer correctly I think, and it maybe too much for what it gives back.</div><div>
<br></div><div>-Nathan</div>