[llvm] r300462 - AArch64: support nonlazybind

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 17 11:12:23 PDT 2017


On 17 Apr 2017, at 11:06, Ahmed Bougacha <ahmed.bougacha at gmail.com> wrote:
> I believe clang always emits objc_msgSend with nonlazybind, so this
> needs some way of disabling the support (either in clang or with a
> cl::option?).

Oh bother. I'll add a cl::option for now. If and when anyone actually decides to do something with it we can talk about how to enable it properly.

Tim.


More information about the llvm-commits mailing list