Use LLVMDIBuilderCreateLexicalBlock
This commit is contained in:
parent
878ab125a1
commit
70d41bc711
3 changed files with 9 additions and 17 deletions
|
@ -127,7 +127,7 @@ fn make_mir_scope<'ll, 'tcx>(
|
|||
})
|
||||
}
|
||||
None => unsafe {
|
||||
llvm::LLVMRustDIBuilderCreateLexicalBlock(
|
||||
llvm::LLVMDIBuilderCreateLexicalBlock(
|
||||
DIB(cx),
|
||||
parent_scope.dbg_scope,
|
||||
file_metadata,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue