Hi All,
We are trying get the code coverage for lld and due to following code
https://codebrowser.dev/llvm/lld/Common/ErrorHandler.cpp.html#115
finiarray was never called ,hence __gcov_exit will not ~generate the gcda files for the linker instrumented code .
we can condition line 105 call with flag and call “::exit”" here ,before that we are trying to understand the intention .
Any inputs/info will help understand issue better ,
Thank you