Unverified Commit 2766f217 authored by Ben Langmuir's avatar Ben Langmuir Committed by GitHub
Browse files

[ORC] Loosen __objc_imageinfo flag merging to match ld (#91767)

Allow mixing objects with/without signed class ro data and category
class properties as long as it happens before we register the metadata.
These combinations are a warning in ld, not a hard error. The only case
that is ABI-breaking is if we already registered with the feature
enabled but later try to load an object that doesn't support it.

rdar://127336061
parent 736ffdc3
Pipeline #2200 failed with stages
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment