keep noinline for system llvm < 14
This commit is contained in:
@@ -311,5 +311,5 @@ pub trait BuilderMethods<'a, 'tcx>:
|
||||
) -> Self::Value;
|
||||
fn zext(&mut self, val: Self::Value, dest_ty: Self::Type) -> Self::Value;
|
||||
|
||||
fn mark_callsite_cold(&mut self, llret: Self::Value);
|
||||
fn apply_attrs_to_cleanup_callsite(&mut self, llret: Self::Value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user