@@ -1084,8 +1084,6 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
1084
1084
"omit landing pads for unwinding" ) ,
1085
1085
fewer_names: bool = ( false , parse_bool, [ TRACKED ] ,
1086
1086
"reduce memory use by retaining fewer names within compilation artifacts (LLVM-IR)" ) ,
1087
- debug_llvm: bool = ( false , parse_bool, [ UNTRACKED ] ,
1088
- "enable debug output from LLVM" ) ,
1089
1087
meta_stats: bool = ( false , parse_bool, [ UNTRACKED ] ,
1090
1088
"gather metadata statistics" ) ,
1091
1089
print_link_args: bool = ( false , parse_bool, [ UNTRACKED ] ,
@@ -2747,8 +2745,6 @@ mod tests {
2747
2745
assert_eq ! ( reference. dep_tracking_hash( ) , opts. dep_tracking_hash( ) ) ;
2748
2746
opts. debugging_opts . borrowck_stats = true ;
2749
2747
assert_eq ! ( reference. dep_tracking_hash( ) , opts. dep_tracking_hash( ) ) ;
2750
- opts. debugging_opts . debug_llvm = true ;
2751
- assert_eq ! ( reference. dep_tracking_hash( ) , opts. dep_tracking_hash( ) ) ;
2752
2748
opts. debugging_opts . meta_stats = true ;
2753
2749
assert_eq ! ( reference. dep_tracking_hash( ) , opts. dep_tracking_hash( ) ) ;
2754
2750
opts. debugging_opts . print_link_args = true ;
0 commit comments