Rename the asm-comments
compiler flag to verbose-asm
Since this codegen flag now only controls LLVM-generated comments rather than all assembly comments, make the name more accurate (and also match Clang).
This commit is contained in:
parent
64a3bd84d8
commit
c15a698f56
6 changed files with 10 additions and 10 deletions
|
@ -757,7 +757,6 @@ fn test_unstable_options_tracking_hash() {
|
|||
// tidy-alphabetical-start
|
||||
tracked!(allow_features, Some(vec![String::from("lang_items")]));
|
||||
tracked!(always_encode_mir, true);
|
||||
tracked!(asm_comments, true);
|
||||
tracked!(assume_incomplete_release, true);
|
||||
tracked!(binary_dep_depinfo, true);
|
||||
tracked!(box_noalias, false);
|
||||
|
@ -862,6 +861,7 @@ fn test_unstable_options_tracking_hash() {
|
|||
tracked!(uninit_const_chunk_threshold, 123);
|
||||
tracked!(unleash_the_miri_inside_of_you, true);
|
||||
tracked!(use_ctors_section, Some(true));
|
||||
tracked!(verbose_asm, true);
|
||||
tracked!(verify_llvm_ir, true);
|
||||
tracked!(virtual_function_elimination, true);
|
||||
tracked!(wasi_exec_model, Some(WasiExecModel::Reactor));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue