LLVM 22.0.0git
InteractiveModelRunner.cpp File Reference

Go to the source code of this file.

Variables

static cl::opt< boolDebugReply ("interactive-model-runner-echo-reply", cl::init(false), cl::Hidden, cl::desc("The InteractiveModelRunner will echo back to stderr " "the data received from the host (for debugging purposes)."))

Variable Documentation

◆ DebugReply

cl::opt< bool > DebugReply("interactive-model-runner-echo-reply", cl::init(false), cl::Hidden, cl::desc("The InteractiveModelRunner will echo back to stderr " "the data received from the host (for debugging purposes).")) ( "interactive-model-runner-echo-reply" ,
cl::init(false) ,
cl::Hidden ,
cl::desc("The InteractiveModelRunner will echo back to stderr " "the data received from the host (for debugging purposes).")  )
static