Some debug option updates

This commit is contained in:
bjorn3 2017-10-03 10:09:32 +02:00 committed by GitHub
commit 7a264a14f0

View file

@ -173,6 +173,9 @@ _rustc_opts_lint=(
_rustc_opts_debug=( _rustc_opts_debug=(
'verbose[in general, enable more debug printouts]' 'verbose[in general, enable more debug printouts]'
'span-free-formats[when debug-printing compiler state, do not include spans]'
"identify-regions[make unnamed regions display as '# (where # is some non-ident unique id)]"
'emit-end-regions[emit EndRegion as part of MIR; enable transforms that solely process EndRegion]'
'time-passes[measure time of each rustc pass]' 'time-passes[measure time of each rustc pass]'
'count-llvm-insns[count where LLVM instrs originate]' 'count-llvm-insns[count where LLVM instrs originate]'
'time-llvm-passes[measure time of each LLVM pass]' 'time-llvm-passes[measure time of each LLVM pass]'