Context describing how an llvm-driver tool was invoked.
Declared in <llvm/Support/LLVMDriver.h>
struct ToolContext;
| Name | Description |
|---|---|
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. |