@@ -1444,8 +1444,8 @@ impl Target {
1444
1444
}
1445
1445
1446
1446
key ! ( is_builtin, bool ) ;
1447
- key ! ( endian = "target_endian " ) ;
1448
- key ! ( c_int_width = "target_c_int_width " ) ;
1447
+ key ! ( endian = "target-endian " ) ;
1448
+ key ! ( c_int_width = "target-c-int-width " ) ;
1449
1449
key ! ( os) ;
1450
1450
key ! ( env) ;
1451
1451
key ! ( vendor) ;
@@ -1482,7 +1482,7 @@ impl Target {
1482
1482
key ! ( exe_suffix) ;
1483
1483
key ! ( staticlib_prefix) ;
1484
1484
key ! ( staticlib_suffix) ;
1485
- key ! ( os_family = "target_family " , optional) ;
1485
+ key ! ( os_family = "target-family " , optional) ;
1486
1486
key ! ( abi_return_struct_as_int, bool ) ;
1487
1487
key ! ( is_like_osx, bool ) ;
1488
1488
key ! ( is_like_solaris, bool ) ;
@@ -1527,7 +1527,7 @@ impl Target {
1527
1527
key ! ( limit_rdylib_exports, bool ) ;
1528
1528
key ! ( override_export_symbols, opt_list) ;
1529
1529
key ! ( merge_functions, MergeFunctions ) ?;
1530
- key ! ( mcount = "target_mcount " ) ;
1530
+ key ! ( mcount = "target-mcount " ) ;
1531
1531
key ! ( llvm_abiname) ;
1532
1532
key ! ( relax_elf_relocations, bool ) ;
1533
1533
key ! ( llvm_args, list) ;
@@ -1679,8 +1679,8 @@ impl ToJson for Target {
1679
1679
target_val ! ( data_layout) ;
1680
1680
1681
1681
target_option_val ! ( is_builtin) ;
1682
- target_option_val ! ( endian, "target_endian " ) ;
1683
- target_option_val ! ( c_int_width, "target_c_int_width " ) ;
1682
+ target_option_val ! ( endian, "target-endian " ) ;
1683
+ target_option_val ! ( c_int_width, "target-c-int-width " ) ;
1684
1684
target_option_val ! ( os) ;
1685
1685
target_option_val ! ( env) ;
1686
1686
target_option_val ! ( vendor) ;
@@ -1717,7 +1717,7 @@ impl ToJson for Target {
1717
1717
target_option_val ! ( exe_suffix) ;
1718
1718
target_option_val ! ( staticlib_prefix) ;
1719
1719
target_option_val ! ( staticlib_suffix) ;
1720
- target_option_val ! ( os_family, "target_family " ) ;
1720
+ target_option_val ! ( os_family, "target-family " ) ;
1721
1721
target_option_val ! ( abi_return_struct_as_int) ;
1722
1722
target_option_val ! ( is_like_osx) ;
1723
1723
target_option_val ! ( is_like_solaris) ;
@@ -1762,7 +1762,7 @@ impl ToJson for Target {
1762
1762
target_option_val ! ( limit_rdylib_exports) ;
1763
1763
target_option_val ! ( override_export_symbols) ;
1764
1764
target_option_val ! ( merge_functions) ;
1765
- target_option_val ! ( mcount, "target_mcount " ) ;
1765
+ target_option_val ! ( mcount, "target-mcount " ) ;
1766
1766
target_option_val ! ( llvm_abiname) ;
1767
1767
target_option_val ! ( relax_elf_relocations) ;
1768
1768
target_option_val ! ( llvm_args) ;
0 commit comments