[clang] [llvm] [Clang][LLVM] Disable NonLazyBind when pointer authentication is enabled (PR #188638)

Oskar Wirga via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 8 16:27:30 PDT 2026


================

----------------
oskarwirga wrote:

I couldn't find a clean way to wire in `RuntimeLibcallsInfo::getFunctionTy` here to add the NonLazyBind fn attribute for non-arm64e targets. Given there are no other target checks in this file, I do want to move it, but since `lowerObjCCall` doesn't have a `RuntimeLibcallsInfo` instance I was wondering if you had an approach in mind that I should implement?

https://github.com/llvm/llvm-project/pull/188638


More information about the cfe-commits mailing list