You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This mirrors the behavior of `clang-cl.exe` by adding a `CodeView` global
variable when emitting debug information. This should in turn help stack traces
that are generated when code is compiled with debuginfo enabled.
Closesrust-lang#28133
This mirrors the behavior of `clang-cl.exe` by adding a `CodeView` global
variable when emitting debug information. This should in turn help stack traces
that are generated when code is compiled with debuginfo enabled.
Closes#28133
Symbol names are not properly supported yet on msvc, so backtraces are generally unhelpful.
As a result,
run-pass/backtrace.rs
is currently disabled. This issue can be closed when it's been reenabled.The text was updated successfully, but these errors were encountered: