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, 5 insertions, 5 deletions
diff --git a/docs/command-line-slangc-reference.md b/docs/command-line-slangc-reference.md
index 12923c24f..1c7645f75 100644
--- a/docs/command-line-slangc-reference.md
+++ b/docs/command-line-slangc-reference.md
@@ -529,6 +529,11 @@ Allow generating code from incomplete libraries with unresolved external functio
Specify the space index for the system defined global bindless resource array.
+<a id="separate-debug-info"></a>
+### -separate-debug-info
+Emit debug data to a separate file, and strip it from the main output file.
+
+
<a id="Downstream"></a>
## Downstream
@@ -650,11 +655,6 @@ Verify IR in the front-end.
Disassemble and print the module IR.
-<a id="separate-debug-info"></a>
-### -separate-debug-info
-Emit debug data to a separate file, and strip it from the main output file.
-
-
<a id="Repro"></a>
## Repro