forked from OSchip/llvm-project
parent
cf50e6d6ce
commit
b46072d7ac
|
@ -1715,7 +1715,7 @@ static llvm::Constant *createARCRuntimeFunction(CodeGenModule &CGM,
|
|||
// If we have Native ARC, set nonlazybind attribute for these APIs for
|
||||
// performance.
|
||||
f->addFnAttr(llvm::Attribute::NonLazyBind);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return fn;
|
||||
|
|
Loading…
Reference in New Issue