allow loading of llvm plugins on nightly
This commit is contained in:
parent
fb3ea63d9b
commit
4dbdcd1c5c
3 changed files with 13 additions and 0 deletions
|
@ -707,6 +707,7 @@ fn test_debugging_options_tracking_hash() {
|
|||
tracked!(instrument_coverage, Some(InstrumentCoverage::All));
|
||||
tracked!(instrument_mcount, true);
|
||||
tracked!(link_only, true);
|
||||
tracked!(llvm_plugins, vec![String::from("plugin_name")]);
|
||||
tracked!(merge_functions, Some(MergeFunctions::Disabled));
|
||||
tracked!(mir_emit_retag, true);
|
||||
tracked!(mir_opt_level, Some(4));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue