Displaying 2 results from an estimated 2 matches for "e9873f2".
Did you mean:
e9873f2e
2018 Apr 26
0
[lld] - LLD (ELF) code covered by test cases.
Thanks a lot for doing this.
Having it automated an in a bot would be really nice.
Cheers,
Rafael
George Rimar <grimar at accesssoftek.com> writes:
> Hello guys,
>
> Today I tried to find the amount of LLD(elf) code covered by our test cases. So my aim was to run the LLD tests we have (run check-lld task) and find out which code was executed/covered and which was not.
>
>
2018 Apr 26
3
[lld] - LLD (ELF) code covered by test cases.
Hello guys,
Today I tried to find the amount of LLD(elf) code covered by our test cases. So my aim was to run the LLD tests we have (run check-lld task) and find out which code was executed/covered and which was not.
I used the approach from the next article to do that:
http://logan.tw/posts/2015/04/28/check-code-coverage-with-clang-and-lcov/#create-a-wrapper-script-for-lcov
In short, it is