diff options
| author | Mark Simulacrum <mark.simulacrum@gmail.com> | 2018-06-03 18:18:08 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-03 18:18:08 -0600 |
| commit | dd1096f2e71adb3bafbedaa355564abb4e55cc7e (patch) | |
| tree | 29db8b444d9edff7966017d18f7e7c380a91b531 /src | |
| parent | c3eff19abaed5de6074366b7d39f77d0597d2426 (diff) | |
| parent | efa02b6d2fff602c464ad2d0cd912fc4e6789dff (diff) | |
| download | rust-dd1096f2e71adb3bafbedaa355564abb4e55cc7e.tar.gz rust-dd1096f2e71adb3bafbedaa355564abb4e55cc7e.zip | |
Rollup merge of #51329 - kennytm:trans-left-over, r=oli-obk
Remove the unused `-Z trans-time-graph` flag. Rebase of #50783 has accidentally revived the flag (which should be renamed to `-Z codegen-time-graph` by #50615).
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc/session/config.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustc/session/config.rs b/src/librustc/session/config.rs index cc8e8c7c31c..2c8f021c6a5 100644 --- a/src/librustc/session/config.rs +++ b/src/librustc/session/config.rs @@ -1304,8 +1304,6 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options, "enable polonius-based borrow-checker"), codegen_time_graph: bool = (false, parse_bool, [UNTRACKED], "generate a graphical HTML report of time spent in codegen and LLVM"), - trans_time_graph: bool = (false, parse_bool, [UNTRACKED], - "generate a graphical HTML report of time spent in trans and LLVM"), thinlto: Option<bool> = (None, parse_opt_bool, [TRACKED], "enable ThinLTO when possible"), inline_in_all_cgus: Option<bool> = (None, parse_opt_bool, [TRACKED], |
