summaryrefslogtreecommitdiffstats
path: root/docs/command-line-slangc-reference.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/command-line-slangc-reference.md')
-rw-r--r--docs/command-line-slangc-reference.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/command-line-slangc-reference.md b/docs/command-line-slangc-reference.md
index d8d58ec9b..c7d216a6e 100644
--- a/docs/command-line-slangc-reference.md
+++ b/docs/command-line-slangc-reference.md
@@ -681,6 +681,16 @@ Verify IR in the front-end.
Disassemble and print the module IR.
+<a id="get-module-info"></a>
+### -get-module-info
+Print the name and version of a serialized IR Module
+
+
+<a id="get-supported-module-versions"></a>
+### -get-supported-module-versions
+Print the minimum and maximum module versions this compiler supports
+
+
<a id="Repro"></a>
## Repro