Deduplicate inlined function debug info, but create a new lexical scope to child subsequent scopes and variables from colliding
This commit is contained in:
parent
13e402ed7c
commit
8028885239
@ -55,7 +55,7 @@ fn create_function_debug_context(
|
|||||||
_fn_abi: &FnAbi<'tcx, Ty<'tcx>>,
|
_fn_abi: &FnAbi<'tcx, Ty<'tcx>>,
|
||||||
_llfn: RValue<'gcc>,
|
_llfn: RValue<'gcc>,
|
||||||
_mir: &mir::Body<'tcx>,
|
_mir: &mir::Body<'tcx>,
|
||||||
) -> Option<FunctionDebugContext<Self::DIScope, Self::DILocation>> {
|
) -> Option<FunctionDebugContext<'tcx, Self::DIScope, Self::DILocation>> {
|
||||||
// TODO(antoyo)
|
// TODO(antoyo)
|
||||||
None
|
None
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user