Backtrace contains function names with MIR, but not on MSVC. #32384
Labels
A-MIR
Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
From http://buildbot.rust-lang.org/builders/auto-win-msvc-64-opt-mir/builds/9/steps/test/logs/stdio:
Instead of the actual function names, we get
__ImageBase
- which suggestsinternal
functions don't get symbols on MSVC without debuginfo, but what part of debuginfo does it need? cc @michaelwoeristerThe test also passes on linux w/ MIR - http://buildbot.rust-lang.org/builders/auto-linux-64-opt-mir/builds/10/steps/test/logs/stdio contains:
This is blocking gating on the
auto-win-msvc-64-opt-mir
. cc @alexcrichtonThe text was updated successfully, but these errors were encountered: