@@ -1428,8 +1428,8 @@ impl Target {
1428
1428
}
1429
1429
1430
1430
key ! ( is_builtin, bool ) ;
1431
- key ! ( endian = "target_endian " ) ;
1432
- key ! ( c_int_width = "target_c_int_width " ) ;
1431
+ key ! ( endian = "target-endian " ) ;
1432
+ key ! ( c_int_width = "target-c-int-width " ) ;
1433
1433
key ! ( os) ;
1434
1434
key ! ( env) ;
1435
1435
key ! ( vendor) ;
@@ -1466,7 +1466,7 @@ impl Target {
1466
1466
key ! ( exe_suffix) ;
1467
1467
key ! ( staticlib_prefix) ;
1468
1468
key ! ( staticlib_suffix) ;
1469
- key ! ( os_family = "target_family " , optional) ;
1469
+ key ! ( os_family = "target-family " , optional) ;
1470
1470
key ! ( abi_return_struct_as_int, bool ) ;
1471
1471
key ! ( is_like_osx, bool ) ;
1472
1472
key ! ( is_like_solaris, bool ) ;
@@ -1511,7 +1511,7 @@ impl Target {
1511
1511
key ! ( limit_rdylib_exports, bool ) ;
1512
1512
key ! ( override_export_symbols, opt_list) ;
1513
1513
key ! ( merge_functions, MergeFunctions ) ?;
1514
- key ! ( mcount = "target_mcount " ) ;
1514
+ key ! ( mcount = "target-mcount " ) ;
1515
1515
key ! ( llvm_abiname) ;
1516
1516
key ! ( relax_elf_relocations, bool ) ;
1517
1517
key ! ( llvm_args, list) ;
@@ -1663,8 +1663,8 @@ impl ToJson for Target {
1663
1663
target_val ! ( data_layout) ;
1664
1664
1665
1665
target_option_val ! ( is_builtin) ;
1666
- target_option_val ! ( endian, "target_endian " ) ;
1667
- target_option_val ! ( c_int_width, "target_c_int_width " ) ;
1666
+ target_option_val ! ( endian, "target-endian " ) ;
1667
+ target_option_val ! ( c_int_width, "target-c-int-width " ) ;
1668
1668
target_option_val ! ( os) ;
1669
1669
target_option_val ! ( env) ;
1670
1670
target_option_val ! ( vendor) ;
@@ -1701,7 +1701,7 @@ impl ToJson for Target {
1701
1701
target_option_val ! ( exe_suffix) ;
1702
1702
target_option_val ! ( staticlib_prefix) ;
1703
1703
target_option_val ! ( staticlib_suffix) ;
1704
- target_option_val ! ( os_family, "target_family " ) ;
1704
+ target_option_val ! ( os_family, "target-family " ) ;
1705
1705
target_option_val ! ( abi_return_struct_as_int) ;
1706
1706
target_option_val ! ( is_like_osx) ;
1707
1707
target_option_val ! ( is_like_solaris) ;
@@ -1746,7 +1746,7 @@ impl ToJson for Target {
1746
1746
target_option_val ! ( limit_rdylib_exports) ;
1747
1747
target_option_val ! ( override_export_symbols) ;
1748
1748
target_option_val ! ( merge_functions) ;
1749
- target_option_val ! ( mcount, "target_mcount " ) ;
1749
+ target_option_val ! ( mcount, "target-mcount " ) ;
1750
1750
target_option_val ! ( llvm_abiname) ;
1751
1751
target_option_val ! ( relax_elf_relocations) ;
1752
1752
target_option_val ! ( llvm_args) ;
0 commit comments