Uh oh!
There was an error while loading. Please reload this page.
Use llvm-libunwind="in-tree" for Fuchsia targets - #100341
Conversation
rust-highfive
commented
Aug 9, 2022
r? @jyn514 (rust-highfive has picked a reviewer for you, use r? to override) |
tmandry
commented
Aug 9, 2022
Can you also update the target docs so they don't say you need to override this anymore? |
Removing libunwind from Fuchsia target docs
173ac65 to
29238f4Compareandrewpollack
commented
Aug 9, 2022
Good call -- done! |
tmandry
commented
Aug 9, 2022
The bootstrap changes were already approved in #93604 (comment). @bors r+ rollup=never (broke last time) |
bors
commented
Aug 9, 2022
bors
commented
Aug 12, 2022
⌛ Testing commit 29238f4 with merge 24041dbeb7a469050367aa1d63309a708fc46af1... |
bors
commented
Aug 13, 2022
💥 Test timed out |
jyn514
commented
Aug 13, 2022
@bors retry |
bors
commented
Aug 13, 2022
bors
commented
Aug 13, 2022
☀️ Test successful - checks-actions |
rust-timer
commented
Aug 13, 2022
Finished benchmarking commit (e8dc8bc): comparison url. Instruction count
Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
With updates to Fuchsia CI's Zircon libraries #99833, we can introduce
llvm-libunwind="in-tree"for Fuchsia targets. This PR restores functionality removed from #93604 (comment).cc @tmandry@djkoloski