we do this these days
This commit is contained in:
parent
743299e7a0
commit
11686f4be2
@ -108,7 +108,6 @@ pub fn create_ecx<'mir, 'tcx: 'mir>(
|
||||
ecx.machine.argc = Some(argc_place.ptr.to_ptr()?);
|
||||
}
|
||||
|
||||
// FIXME: extract main source file path.
|
||||
// Third argument (`argv`): created from `config.args`.
|
||||
let dest = ecx.eval_place(&mir::Place::Base(mir::PlaceBase::Local(args.next().unwrap())))?;
|
||||
// For Windows, construct a command string with all the aguments.
|
||||
|
Loading…
x
Reference in New Issue
Block a user