Details
Details
- Reviewers
vitalybuka kcc
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_control_flow.cpp | ||
---|---|---|
40 | 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 | ||
---|---|---|
13 | 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