diff options
| author | Tomasz Miąsko <tomasz.miasko@gmail.com> | 2021-02-21 00:00:00 +0000 |
|---|---|---|
| committer | Tomasz Miąsko <tomasz.miasko@gmail.com> | 2021-02-27 10:18:06 +0100 |
| commit | f895f1c35a99eed6a173d4e699a71abc1b9823ff (patch) | |
| tree | fa50dff11e33d50672423ffaa8c16d004161f832 /compiler/rustc_interface/src | |
| parent | 0846043440b480e4bbf36ac19db3948f0c835bb1 (diff) | |
| download | rust-f895f1c35a99eed6a173d4e699a71abc1b9823ff.tar.gz rust-f895f1c35a99eed6a173d4e699a71abc1b9823ff.zip | |
Add option enabling MIR inlining independently of mir-opt-level
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index a2e96146568..c0816b10ebb 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -557,6 +557,7 @@ fn test_debugging_options_tracking_hash() { tracked!(function_sections, Some(false)); tracked!(human_readable_cgu_names, true); tracked!(inline_in_all_cgus, Some(true)); + tracked!(inline_mir, Some(true)); tracked!(inline_mir_threshold, 123); tracked!(inline_mir_hint_threshold, 123); tracked!(insert_sideeffect, true); |
