Skip to content
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

ODRVs reported twice for different architectures #45

Open
leethomason opened this issue Aug 3, 2022 · 0 comments
Open

ODRVs reported twice for different architectures #45

leethomason opened this issue Aug 3, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@leethomason
Copy link
Contributor

Describe the bug

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?

@leethomason leethomason added the bug Something isn't working label Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants