about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-04-25 04:24:10 +0000
committerbors <bors@rust-lang.org>2022-04-25 04:24:10 +0000
commitfedbe5dabc815bd710217221bfebad1ff9f37a43 (patch)
tree5db43594a4a0fec41c5e1a605f5fc05c01d1a3c2 /compiler/rustc_llvm/llvm-wrapper
parent1f631e8e93681ddc6e62d6ba6065cac7c449534c (diff)
parent0fea00759fea1b25a60d2b729f61c885399bda83 (diff)
downloadrust-fedbe5dabc815bd710217221bfebad1ff9f37a43.tar.gz
rust-fedbe5dabc815bd710217221bfebad1ff9f37a43.zip
Auto merge of #96106 - jihiggins:issue-96060, r=Mark-Simulacrum
Add type_name info to [TIMING] log output

Adds type_name to the [TIMING] log output:
```
[TIMING] (bootstrap::compile::Sysroot) Sysroot { compiler: Compiler { stage: 0, host: TargetSelection { triple: "x86_64-unknown-linux-gnu", file: None } } } -- 0.020
[TIMING] (bootstrap::builder::Builder::sysroot_libdir::Libdir) Libdir { compiler: Compiler { stage: 0, host: TargetSelection { triple: "x86_64-unknown-linux-gnu", file: None } }, target: TargetSelection { triple: "x86_64-unknown-linux-gnu", file: None } } -- 0.007
```

Not sure if that's the best way to format it. Thought about replacing the struct's name with the type_name output, but that feels kind of hacky?

Closes #96060
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper')
0 files changed, 0 insertions, 0 deletions