We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf387a1 commit a7c8d74Copy full SHA for a7c8d74
scripts/matrix_testing/CompileFixTool.ps1
@@ -14,7 +14,7 @@ param(
14
[string]
15
$Language,
16
17
- # The compiler to use. Valid values are 'clang' and 'arm-clang'.
+ # The compiler to use.
18
[Parameter(Mandatory)]
19
[ValidateSet('clang', 'armclang', 'tiarmclang', 'gcc', 'qcc')]
20
0 commit comments