llvm::MCStreamer::addExplicitComment

Add explicit comment T. T is required to be a valid comment in the output and does not need to be escaped.

Synopsis

Declared in <llvm/MC/MCStreamer.h>

virtual
void
addExplicitComment(Twine const& T);

Parameters

NameDescription
T- Comment text already valid for the output syntax.