It can be enabled via "-use_clang_coverage=1" flag. Reason for disabling:
libFuzzer resets Clang Counters and makes it impossible to generate coverage
report for a regular fuzz target (i.e. not standalone build).
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 10908 Build 10908: arc lint + arc unit
Event Timeline
Comment Actions
Surprisingly, none of the tests has failed. Now I feel that I did something wrong, since you said that I should update one test :)
Comment Actions
Wow, we don't have a test for this!?
Apparently it was lost when we migrated to compiler-rt :(
May I ask you to add one to compiler-rt/test/fuzzer?
(see fprofile-instr-generate.test in http://llvm.org/viewvc/llvm-project?view=revision&revision=310771)
Comment Actions
Adding and updating fprofile-instr-generate.test that has been lost during
migration to compiler-rt.
add new line please