MLIR
22.0.0git
Public Attributes
|
List of all members
TranslationOptions Struct Reference
Public Attributes
llvm::cl::opt<
bool
>
noImplicitModule
Detailed Description
Definition at line
28
of file
Translation.cpp
.
Member Data Documentation
◆
noImplicitModule
llvm::cl::opt<
bool
> TranslationOptions::noImplicitModule
Initial value:
{
"no-implicit-module"
,
llvm::cl::desc(
"Disable the parsing of an implicit top-level module op"
),
llvm::cl::init(
false
)}
Definition at line
29
of file
Translation.cpp
.
The documentation for this struct was generated from the following file:
lib/Tools/mlir-translate/
Translation.cpp
Generated on
for MLIR by
1.14.0