Skip to content

Commit 65ccfcd

Browse files
authored
Add owcc and TinyCC to allowed toolchains
Signed-off-by: Cem Dervis <cem@dervis.de>
1 parent 6508db8 commit 65ccfcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features.schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ definitions:
3838
description: "A list of toolchains that support the feature."
3939
items:
4040
type: string
41-
pattern: "^(GCC|Clang|MSVC|Xcode)( [0-9]+(\\.[0-9]+)*)?( \\((partial|hint)\\))?$"
41+
pattern: "^(GCC|Clang|MSVC|Xcode|owcc|TinyCC)( [0-9]+(\\.[0-9]+)*)?( \\((partial|hint)\\))?$"
4242
hints:
4343
type: array
4444
description: "A list of hints targeting toolchains in the support list."

0 commit comments

Comments
 (0)