Replace RemapFileNameExt::for_codegen
with explicit calls
This commit is contained in:
parent
777c6b46cc
commit
106146fd95
9 changed files with 55 additions and 52 deletions
|
@ -84,7 +84,9 @@ impl DebugContext {
|
|||
|
||||
let mut dwarf = DwarfUnit::new(encoding);
|
||||
|
||||
let should_remap_filepaths = tcx.sess.should_prefer_remapped_for_codegen();
|
||||
use rustc_session::config::RemapPathScopeComponents;
|
||||
let should_remap_filepaths =
|
||||
tcx.sess.should_prefer_remapped(RemapPathScopeComponents::DEBUGINFO);
|
||||
|
||||
let producer = producer(tcx.sess);
|
||||
let comp_dir = tcx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue