Hi Anders Waldenborg
clang-14.0.6 compilation of c code throws below error
{{
Exception: No library provides non-weak <symbol_name>
}}
by appending the symbol (objpool_put) with “attribute((weak))” the issue got resolved but without declaring, the symbol with “attribute((weak))”, is there any fix in clang compiler source code itself? please let me know.
regards
koti