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
|
@ -95,6 +95,7 @@ pub trait HasCodegen<'tcx>:
|
|||
Type = Self::Type,
|
||||
Funclet = Self::Funclet,
|
||||
DIScope = Self::DIScope,
|
||||
DILocation = Self::DILocation,
|
||||
DIVariable = Self::DIVariable,
|
||||
>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue