[llvm] Remove iOS 5 check for tailcalls on ARM (PR #133354)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 30 10:49:41 PDT 2025
davemgreen wrote:
> A quick dig through the relevant radars suggests that the issue was lack of support in the dynamic linker prior to iOS 5. This is the correct version check in that context. I think the proper fix for https://github.com/llvm/llvm-project/issues/102053 is to add a diagnostic in clang for this case.
Oh I see.
https://github.com/llvm/llvm-project/pull/133354
More information about the llvm-commits
mailing list