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
fix(trim-paths): remove SO symbols when unsplit-debuginfo specified
`SO` (`N_SO`) debug symbols are always embedded in the executables
on macOS even when debuginfo is splitted. Here is a hack that when
the scope of `unsplit-debuginfo` is present, we trim them before passing
the rustc working directory to LLVM when creating `DIFile`.
(After all `SO` symbols are are sort of "unsplit" debuginfo")
0 commit comments