Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion include/vast/Conversion/Parser/Passes.td
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ def HLToParser : Pass<"vast-hl-to-parser", "core::ModuleOp"> {
"Configuration file for parser transformation."
>,
Option< "socket", "socket", "std::string", "",
"Unix socket path to use for server"
"Unix socket path to use for server."
>,
Option< "yaml_out", "yaml-out", "std::string", "",
"Path to YAML output file for models got from user."
>
];

Expand Down
Loading