Re: [PATCH 0/2] um: kunit: Add Clang support for CONFIG_GCOV

2023-10-23 Thread Arthur Grillo
On 20/10/23 06:21, Michał Winiarski wrote: > Clang uses a different set of CLI args for coverage, and the output > needs to be processed by a different set of tools. > Update the Makefile and add an example of usage in kunit docs. Great change! It's great not to rely on older versions of GCC for

[PATCH 0/2] um: kunit: Add Clang support for CONFIG_GCOV

2023-10-20 Thread Michał Winiarski
Clang uses a different set of CLI args for coverage, and the output needs to be processed by a different set of tools. Update the Makefile and add an example of usage in kunit docs. Michał Winiarski (2): arch: um: Add Clang coverage support Documentation: kunit: Add clang UML coverage example