Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 91afde5

Browse files
committedMay 7, 2023
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

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.