1
Fork 0

allow loading of llvm plugins on nightly

This commit is contained in:
Manuel Drehwald 2021-06-13 18:23:01 +02:00
parent fb3ea63d9b
commit 4dbdcd1c5c
3 changed files with 13 additions and 0 deletions

View file

@ -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));