Set up a new coverage build on OSS-Fuzz |
||||
Issue descriptionhttps://clang.llvm.org/docs/SourceBasedCodeCoverage.html Basically, the following flags need to be added to CFLAGS / CXXFLAGS: -fprofile-instr-generate -fcoverage-mapping Neither of sanitizers are needed for that build. There are two goals here: 1) to see how many project would fail during the build 2) to see how build sizes for different project would change The second point may help us to debug issue 759795 , as we need a smaller reproducer that has the same build size overhead.
,
Aug 28 2017
Could you track this on the github issue tracker instead? I also have a hacky patch in https://github.com/google/oss-fuzz/issues/191#issuecomment-295918258 from a while back that does this.
,
Aug 28 2017
Sure, created the same ticket on OSS-Fuzz: https://github.com/google/oss-fuzz/issues/799
,
Sep 8 2017
,
Sep 8 2017
The build is done. And we have GitHub issue for follow-ups, closing this one.
,
Dec 22 2017
|
||||
►
Sign in to add a comment |
||||
Comment 1 by mmoroz@chromium.org
, Aug 28 2017