LLVM 22.0.0git
RemarkStreamer.cpp File Reference
#include "llvm/Remarks/RemarkStreamer.h"
#include "llvm/Support/CommandLine.h"
#include <cassert>
#include <optional>

Go to the source code of this file.

Variables

static cl::opt< cl::boolOrDefaultEnableRemarksSection ("remarks-section", cl::desc("Emit a section containing remark diagnostics metadata. By default, " "this is enabled for the following formats: bitstream."), cl::init(cl::BOU_UNSET), cl::Hidden)

Variable Documentation

◆ EnableRemarksSection

cl::opt< cl::boolOrDefault > EnableRemarksSection("remarks-section", cl::desc( "Emit a section containing remark diagnostics metadata. By default, " "this is enabled for the following formats: bitstream."), cl::init(cl::BOU_UNSET), cl::Hidden) ( "remarks-section" ,
cl::desc( "Emit a section containing remark diagnostics metadata. By default, " "this is enabled for the following formats: bitstream.") ,
cl::init(cl::BOU_UNSET) ,
cl::Hidden  )
static