Skip to content

Commit cf05e83

Browse files
committed
Added the -frontend parameter to the documentation of the %target-parse-verify-swift substitution since this is the command by which the tool can be invoked manually
1 parent a09058f commit cf05e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Substitutions that start with ``%target`` configure the compiler for building
171171
code for the target that is not the build machine:
172172

173173
* ``%target-parse-verify-swift``: parse and type check the current Swift file
174-
for the target platform and verify diagnostics, like ``swift -parse -verify
174+
for the target platform and verify diagnostics, like ``swift -frontend -parse -verify
175175
%s``.
176176

177177
Use this substitution for testing semantic analysis in the compiler.

0 commit comments

Comments
 (0)