Use the same DISubprogram for each instance of the same inlined function within the caller
This commit is contained in:
parent
8a160d6fcd
commit
fb6ec5e510
@ -55,7 +55,7 @@ fn create_function_debug_context(
|
||||
_fn_abi: &FnAbi<'tcx, Ty<'tcx>>,
|
||||
_llfn: RValue<'gcc>,
|
||||
_mir: &mir::Body<'tcx>,
|
||||
) -> Option<FunctionDebugContext<Self::DIScope, Self::DILocation>> {
|
||||
) -> Option<FunctionDebugContext<'tcx, Self::DIScope, Self::DILocation>> {
|
||||
// TODO(antoyo)
|
||||
None
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user