llvm::ToolContext

Context describing how an llvm-driver tool was invoked.

Synopsis

Declared in <llvm/Support/LLVMDriver.h>

struct ToolContext;

Data Members

NameDescription
NeedsPrependArg Whether PrependArg is required to select the correct tool.
Path Path to the executable used to invoke the tool (argv[0]).
PrependArg Argument the llvm-driver prepends when reinvoking this tool.