Use RealFileName for Session::working_dir as it may also be remapped
This commit is contained in:
parent
9e0426d784
commit
0407919083
6 changed files with 15 additions and 11 deletions
|
@ -64,7 +64,7 @@ impl<'tcx> DebugContext<'tcx> {
|
|||
// FIXME: how to get version when building out of tree?
|
||||
// Normally this would use option_env!("CFG_VERSION").
|
||||
let producer = format!("cg_clif (rustc {})", "unknown version");
|
||||
let comp_dir = tcx.sess.working_dir.0.to_string_lossy().into_owned();
|
||||
let comp_dir = tcx.sess.working_dir.stable_name().to_string_lossy().into_owned();
|
||||
let (name, file_info) = match tcx.sess.local_crate_source_file.clone() {
|
||||
Some(path) => {
|
||||
let name = path.to_string_lossy().into_owned();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue