[lld] [LLD, MachO] Default objc_relative_method_lists on MacOS11+/iOS14+ (PR #101360)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Aug  7 20:19:36 PDT 2024
    
    
  
zeroomega wrote:
> > we are seeing a LLDB test failure
> 
> This seems to be a bug in the relative method list implementation - exposed by this change making it the default. Do you have repro instructions for the bug - it's not clear from the link.
The failure coming from LLDB test `lldb-api :: commands/expression/call-throws/TestCallThatThrows.py` . It just happened on our bot and we don't have a local reproducer yet. But the error message I posted above does have the build command steps.  If you follow it with the a local built llvm/clang/lld with this patch, you probably can reproduce it.
https://github.com/llvm/llvm-project/pull/101360
    
    
More information about the llvm-commits
mailing list