File tree 1 file changed +7
-0
lines changed
src/tools/compiletest/src
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -790,15 +790,18 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[
790
790
"ignore-thumb" ,
791
791
"ignore-thumbv8m.base-none-eabi" ,
792
792
"ignore-thumbv8m.main-none-eabi" ,
793
+ "ignore-tvos" ,
793
794
"ignore-unix" ,
794
795
"ignore-unknown" ,
795
796
"ignore-uwp" ,
797
+ "ignore-visionos" ,
796
798
"ignore-vxworks" ,
797
799
"ignore-wasi" ,
798
800
"ignore-wasm" ,
799
801
"ignore-wasm32" ,
800
802
"ignore-wasm32-bare" ,
801
803
"ignore-wasm64" ,
804
+ "ignore-watchos" ,
802
805
"ignore-windows" ,
803
806
"ignore-windows-gnu" ,
804
807
"ignore-x32" ,
@@ -856,6 +859,7 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[
856
859
"only-cdb" ,
857
860
"only-gnu" ,
858
861
"only-i686-pc-windows-msvc" ,
862
+ "only-ios" ,
859
863
"only-linux" ,
860
864
"only-loongarch64" ,
861
865
"only-loongarch64-unknown-linux-gnu" ,
@@ -871,10 +875,13 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[
871
875
"only-sparc64" ,
872
876
"only-stable" ,
873
877
"only-thumb" ,
878
+ "only-tvos" ,
874
879
"only-unix" ,
880
+ "only-visionos" ,
875
881
"only-wasm32" ,
876
882
"only-wasm32-bare" ,
877
883
"only-wasm32-wasip1" ,
884
+ "only-watchos" ,
878
885
"only-windows" ,
879
886
"only-x86" ,
880
887
"only-x86_64" ,
You can’t perform that action at this time.
0 commit comments