Dump TableGen message Message as a note at Loc.

Synopsis

Declared in <llvm/TableGen/Error.h>

void
dumpMessage(
    SMLoc Loc,
    Init const* Message);

Description

If Message is not a string init, prints an error instead.

Parameters

Name

Description

Loc

Source location for the dump.

Message

Init expected to be a string to print.

Created with MrDocs