Return a raw_ostream that comments can be written to. Unlike AddComment, you are required to terminate comments with if you use this method.
Synopsis
Declared in <llvm/MC/MCAsmStreamer.h>
virtual
raw_ostream&
getCommentOS() override;
Return Value
A stream for writing comments, or a discarding stream when not in verbose asm mode.
Created with MrDocs