LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 36414 - Create flag to disable simplifyCFG.
Summary: Create flag to disable simplifyCFG.
Status: RESOLVED FIXED
Alias: None
Product: new-bugs
Classification: Unclassified
Component: new bugs (show other bugs)
Version: unspecified
Hardware: PC Linux
: P enhancement
Assignee: Matt Morehouse
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-16 15:52 PST by Matt Morehouse
Modified: 2018-07-16 15:03 PDT (History)
2 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Morehouse 2018-02-16 15:52:40 PST
When building with SanitizerCoverage, simplifyCFG reduces the coverage signal available to libFuzzer when trying to find new inputs.  We need a way to disable simplifyCFG when building with libFuzzer.

See https://github.com/google/sanitizers/issues/893.
Comment 1 Matt Morehouse 2018-07-16 15:03:30 PDT
Done in https://reviews.llvm.org/rL328214.