llvm-remarkutil - Remark utility¶
SYNOPSIS¶
llvm-remarkutil [subcommmand] [options]
DESCRIPTION¶
Utility for displaying information from, and converting between different remark formats.
Subcommands¶
bitstream2yaml - Reserialize bitstream remarks to YAML.
yaml2bitstream - Reserialize YAML remarks to bitstream.
bitstream2yaml¶
USAGE: llvm-remarkutil bitstream2yaml <input file> -o <output file>
Summary¶
Takes a bitstream remark file as input, and reserializes that file as YAML.
yaml2bitstream¶
USAGE: llvm-remarkutil yaml2bitstream <input file> -o <output file>
Summary¶
Takes a YAML remark file as input, and reserializes that file in the bitstream format.