Details
Details
- Reviewers
vitalybuka kcc
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
2,290 ms | x64 debian > Clang.Driver::fsanitize-coverage.c |
Event Timeline
compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_control_flow.cpp | ||
---|---|---|
46 | please add a new line |
Comment Actions
I asked to extracted it suspecting that this will need few reverts before making green some unusual bots
compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_control_flow.cpp | ||
---|---|---|
12 | It's even better, using __sanitizer_cov_cfs_init you actually can print out structure of the cfs_beg in some humane readable form FN ### BLOCK ### BRACH ### BLOCK ### BLOCK ### |
It's even better, using __sanitizer_cov_cfs_init
you actually can print out structure of the cfs_beg in some humane readable form