We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
is_like_vexos
1 parent 0fa579b commit d74cd11Copy full SHA for d74cd11
compiler/rustc_target/src/spec/json.rs
@@ -571,6 +571,7 @@ impl Target {
571
key!(is_like_msvc, bool);
572
key!(is_like_wasm, bool);
573
key!(is_like_android, bool);
574
+ key!(is_like_vexos, bool);
575
key!(default_dwarf_version, u32);
576
key!(allows_weak_linkage, bool);
577
key!(has_rpath, bool);
@@ -746,6 +747,7 @@ impl ToJson for Target {
746
747
target_option_val!(is_like_msvc);
748
target_option_val!(is_like_wasm);
749
target_option_val!(is_like_android);
750
+ target_option_val!(is_like_vexos);
751
target_option_val!(default_dwarf_version);
752
target_option_val!(allows_weak_linkage);
753
target_option_val!(has_rpath);
0 commit comments