MLIR
20.0.0git
|
JitRunner command line options used by JitRunnerConfig methods. More...
#include "mlir/ExecutionEngine/JitRunner.h"
Public Attributes | |
llvm::StringRef | mainFuncName |
The name of the main function. More... | |
llvm::StringRef | mainFuncType |
The type of the main function (as string, from cmd-line) More... | |
JitRunner command line options used by JitRunnerConfig methods.
Definition at line 40 of file JitRunner.h.
llvm::StringRef mlir::JitRunnerOptions::mainFuncName |
The name of the main function.
Definition at line 42 of file JitRunner.h.
llvm::StringRef mlir::JitRunnerOptions::mainFuncType |
The type of the main function (as string, from cmd-line)
Definition at line 44 of file JitRunner.h.