#include "llvm/Remarks/RemarkStreamer.h"
#include "llvm/Support/CommandLine.h"
#include <cassert>
#include <optional>
 
Go to the source code of this file.
◆ 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   |