Skip to content

Commit f3e1f33

Browse files
keep noinline for system llvm < 14
1 parent 2fec530 commit f3e1f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ impl<'a, 'gcc, 'tcx> BuilderMethods<'a, 'tcx> for Builder<'a, 'gcc, 'tcx> {
14041404
self.cx
14051405
}
14061406

1407-
fn mark_callsite_cold(&mut self, _llret: RValue<'gcc>) {
1407+
fn apply_attrs_to_cleanup_callsite(&mut self, _llret: RValue<'gcc>) {
14081408
unimplemented!();
14091409
}
14101410

0 commit comments

Comments
 (0)