commit | fd27bed45ec291e5cab7eaee42fcb166d107d5b1 | [log] [tgz] |
---|---|---|
author | Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no> | Wed Aug 09 16:42:58 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Aug 28 10:35:21 2023 +0200 |
tree | aff4909ae6a9380cb98bfc2dbc8cc067882968a3 | |
parent | d8d5bdfdfaf292a643b198ca729fc91146749d15 [diff] |
cmake/toolchain: Support LLVM source profiling/coverage for native boards Add a a new source coverage for native builds and new kconfig choice of COVERAGE mode to select which: * COVERAGE_NATIVE_GCOV: what we had until now with native builds * COVERAGE_NATIVE_SOURCE: a new LLVM source coverage mode * COVERAGE_GCOV: the old COVERAGE_GCOV (embedded gcov data generation). Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>