llvm-cov Questions

2

Solved

From the llvm-cov docs: llvm-cov show [options] -instr-profile PROFILE BIN [-object BIN,...] [[-object BIN]] [SOURCES] The llvm-cov show command shows line by line coverage of the binarie...
Schoolmarm asked 26/5, 2017 at 17:54

2

I'm in the process of (finally!) setting up code coverage monitoring for my brand new C++ project. Due to the fact that I need some advanced C++20 features (read, coroutines), I am using clang 6 as...
Rhubarb asked 30/5, 2018 at 21:29

1

Solved

I've create a project on Xcode 7 that generates code coverage data. Inside its DerivedData folder, I can run llvm-cov show: /usr/local/opt/llvm/bin/llvm-cov show -instr-profile Build/Intermediate...
Vitek asked 25/6, 2015 at 3:14
1

© 2022 - 2024 — McMap. All rights reserved.