Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alexander Hirsch
703602-Compiler-Construction
Commits
26c6f726
Commit
26c6f726
authored
Apr 15, 2021
by
Alexander Hirsch
Browse files
Spec: Clarify mc_cfg_to_dot output
parent
577cef1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
specification.md
specification.md
+3
-2
No files found.
specification.md
View file @
26c6f726
...
...
@@ -517,14 +517,15 @@ This is the main compiler executable, sometimes referred to as *driver*.
usage: mc_cfg_to_dot [OPTIONS] <file>
Utility for printing a control flow graph in the DOT format. The output
can be visualised using graphviz. Errors are reported on invalid inputs.
contains multiple connected graphs, one per function. The output can be
visualised using graphviz. Errors are reported on invalid inputs.
Use '-' as input file to read from stdin.
OPTIONS:
-h, --help display this help message
-o, --output <out-file> write the output to <out-file> (defaults to stdout)
-f, --function <name> print the CFG of the given function
(defaults to 'main')
-f, --function <name> print the CFG of the given function
### `mc_asm`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment