commit | 2de4a902dec97a4edbaac13bc4e93afa432e7909 | [log] [tgz] |
---|---|---|
author | Jeremy Bettis <jbettis@chromium.org> | Thu Jun 03 14:33:39 2021 -0600 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Jun 10 18:01:36 2021 -0400 |
tree | a5c1e05ab776bbb24bb3f04833fe0478ff607b4d | |
parent | e96df40004511ac6389f8e5a1cc0119e4b35b802 [diff] |
cmake: Support coverage flags on all archs Most arch's CMakeLists.txt contain rules to add compiler and linker flags for coverage if CONFIG_COVERAGE is enabled, but 4 of them were missing this. Instead, set the coverage flags in arch/common/CMakeLists.txt which affects all archs. Signed-off-by: Jeremy Bettis <jbettis@chromium.org>