how to detect coverage in solidity compiler
Open
- Dominant language
- CMake
- Stars
- 37
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
I switch OFF to ON before compile solidity [coverage switch](https://github.com/ethereum/solidity/blob/develop/cmake/EthCompilerSettings.cmake#L249).
When I used afl cov in conjunction with solc to test coverage, the following error occurred:

May I ask what the reason is?
Why does Solc not support coverage detection, or how can we detect Solc's coverage?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.