Improve checking of invalid symbol versions#1113
Conversation
|
The error message lld: |
Thank you for the suggestion. You mean the other diagnostic, I have modified the |
This commit improves checking of invalid symbol versions. In particular, we now report errors when: - A defined symbol contains an unknown version. - An undefined symbol contains a version. Please note that there is no valid case where an undefined symbol can have a symbol version. Resolves qualcomm#1094 Signed-off-by: Parth Arora <partaror@qti.qualcomm.com>
This commit improves checking of invalid symbol versions. In particular, we now report errors when:
Resolves #1094