-
Notifications
You must be signed in to change notification settings - Fork 12.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MachO LLD - Crash when both ObjC category merge + relative method lists are enabled #105611
Comments
Fixed by PR #104081 |
@llvm/issue-subscribers-lld-macho Author: None (alx32)
A crash happens when both ObjC category merge + relative method lists are enabled.
Repro can be tested by adding |
/cherry-pick 0df9189 To not have this scenario crash in the 19.0 branch |
Failed to cherry-pick: 0df9189 https://github.com/llvm/llvm-project/actions/runs/10502185807 Please manually backport the fix and push it to your github fork. Once this is done, please create a pull request |
/pull-request #105615 |
A crash happens when both ObjC category merge + relative method lists are enabled.
Repro can be tested by adding
-objc_relative_method_lists
to lld invocations inlld/test/MachO/objc-category-merging-minimal.s
The text was updated successfully, but these errors were encountered: