diff --git a/docs/command-line-slangc-reference.md b/docs/command-line-slangc-reference.md index 12923c24f76..1c7645f75f1 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. + +### -separate-debug-info +Emit debug data to a separate file, and strip it from the main output file. + + ## Downstream @@ -650,11 +655,6 @@ Verify IR in the front-end. Disassemble and print the module IR. - -### -separate-debug-info -Emit debug data to a separate file, and strip it from the main output file. - - ## Repro