You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An ODRV is being reported twice, once for each architecture.
warning: ODRV (class:byte_size); conflict in `adobe::cloudservices::platform::HttpRequestObject`
within: liblecplatform.a:
within: arch.arm64:
etc.
warning: ODRV (class:byte_size); conflict in `adobe::cloudservices::platform::HttpRequestObject`
within: liblecplatform.a:
within: arch.x86_64:
etc.
I'm not sure how we should handle this. (The only way to tell is the ancestry chain?) Recording here for discussion. It's interesting we only see one case of this - is there only one library file that has both architectures when we link?
The text was updated successfully, but these errors were encountered:
Describe the bug
An ODRV is being reported twice, once for each architecture.
I'm not sure how we should handle this. (The only way to tell is the ancestry chain?) Recording here for discussion. It's interesting we only see one case of this - is there only one library file that has both architectures when we link?
The text was updated successfully, but these errors were encountered: