This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
src/tools/compiletest/src Expand file tree Collapse file tree 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] = &[
790790 "ignore-thumb" ,
791791 "ignore-thumbv8m.base-none-eabi" ,
792792 "ignore-thumbv8m.main-none-eabi" ,
793+ "ignore-tvos" ,
793794 "ignore-unix" ,
794795 "ignore-unknown" ,
795796 "ignore-uwp" ,
797+ "ignore-visionos" ,
796798 "ignore-vxworks" ,
797799 "ignore-wasi" ,
798800 "ignore-wasm" ,
799801 "ignore-wasm32" ,
800802 "ignore-wasm32-bare" ,
801803 "ignore-wasm64" ,
804+ "ignore-watchos" ,
802805 "ignore-windows" ,
803806 "ignore-windows-gnu" ,
804807 "ignore-x32" ,
@@ -856,6 +859,7 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[
856859 "only-cdb" ,
857860 "only-gnu" ,
858861 "only-i686-pc-windows-msvc" ,
862+ "only-ios" ,
859863 "only-linux" ,
860864 "only-loongarch64" ,
861865 "only-loongarch64-unknown-linux-gnu" ,
@@ -871,10 +875,13 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[
871875 "only-sparc64" ,
872876 "only-stable" ,
873877 "only-thumb" ,
878+ "only-tvos" ,
874879 "only-unix" ,
880+ "only-visionos" ,
875881 "only-wasm32" ,
876882 "only-wasm32-bare" ,
877883 "only-wasm32-wasip1" ,
884+ "only-watchos" ,
878885 "only-windows" ,
879886 "only-x86" ,
880887 "only-x86_64" ,
You can’t perform that action at this time.
0 commit comments