[eddyb/rebase cleanup] abstracted Funclet
This commit is contained in:
parent
566fa4d003
commit
35b40f51fb
9 changed files with 59 additions and 86 deletions
|
@ -72,6 +72,7 @@ pub trait HasCodegen<'tcx>: Backend<'tcx> {
|
|||
BasicBlock = Self::BasicBlock,
|
||||
Type = Self::Type,
|
||||
Context = Self::Context,
|
||||
Funclet = Self::Funclet,
|
||||
DIScope = Self::DIScope,
|
||||
>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue