[lld] [lld-macho] Implement support for ObjC relative method lists (PR #86231)

Leandro Lupori via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 28 14:24:57 PDT 2024


luporl wrote:

> Thanks for the fix! Is there any way to run these tests before merging a change ? Is there a guide on what hardware to get to run these tests on ?

I'm afraid there is no easy way to run these tests before merging a change. Pre-commit CI covers the more common cases.
For this specific test you would need an ARMv8 machine (or VM) running Linux with armhf userspace.
(the performance of running builders directly on armhf hardware is not good)

LLVM post-commit buildbots can be found here: https://lab.llvm.org/buildbot.
The subset of bots maintained by Linaro, that are focused on ARM, can be more easily checked here: http://llvm.validation.linaro.org.

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


More information about the llvm-commits mailing list