rustc_codegen_llvm: expose DILocation to rustc_codegen_ssa.
This commit is contained in:
parent
88d874de63
commit
737499593d
9 changed files with 133 additions and 163 deletions
|
@ -88,6 +88,7 @@ impl BackendTypes for CodegenCx<'ll, 'tcx> {
|
|||
type Funclet = Funclet<'ll>;
|
||||
|
||||
type DIScope = &'ll llvm::debuginfo::DIScope;
|
||||
type DILocation = &'ll llvm::debuginfo::DILocation;
|
||||
type DIVariable = &'ll llvm::debuginfo::DIVariable;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue