We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff0b50 commit 3b08b13Copy full SHA for 3b08b13
src/librustc_codegen_llvm/attributes.rs
@@ -173,6 +173,7 @@ pub fn from_fn_attrs(
173
174
set_frame_pointer_elimination(cx, llfn);
175
set_probestack(cx, llfn);
176
+ Attribute::NonLazyBind.apply_llfn(Function, llfn);
177
178
if codegen_fn_attrs.flags.contains(CodegenFnAttrFlags::COLD) {
179
Attribute::Cold.apply_llfn(Function, llfn);
0 commit comments