adobe / adobe/orc

ODRVs reported twice for different architectures

Open
#45 0 comments 0 reactions 2 assignees Claimed by @fosterbrereton View on GitHub
bug
Dominant language
C++
Stars
99
Forks
10
PR merge metrics
No merged PRs in 30d

Description

**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?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.