rustc_codegen_llvm: add support for inlined function debuginfo.
This commit is contained in:
parent
737499593d
commit
0ce4452fce
5 changed files with 137 additions and 64 deletions
|
@ -26,7 +26,7 @@ pub struct FunctionCx<'a, 'tcx, Bx: BuilderMethods<'a, 'tcx>> {
|
|||
|
||||
mir: &'tcx mir::Body<'tcx>,
|
||||
|
||||
debug_context: Option<FunctionDebugContext<Bx::DIScope>>,
|
||||
debug_context: Option<FunctionDebugContext<Bx::DIScope, Bx::DILocation>>,
|
||||
|
||||
llfn: Bx::Function,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue