Skip to content

Commit 91afde5

Browse files
committed
Add todo for filter landing pad
1 parent 9792636 commit 91afde5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_codegen_gcc/src/builder.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1228,6 +1228,7 @@ impl<'a, 'gcc, 'tcx> BuilderMethods<'a, 'tcx> for Builder<'a, 'gcc, 'tcx> {
12281228
}
12291229

12301230
fn filter_landing_pad(&mut self, pers_fn: RValue<'gcc>) -> (RValue<'gcc>, RValue<'gcc>) {
1231+
// TODO(antoyo): generate the correct landing pad
12311232
self.cleanup_landing_pad(pers_fn)
12321233
}
12331234

0 commit comments

Comments
 (0)