[llvm-bugs] [Bug 36414] New: Create flag to disable simplifyCFG.
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Feb 16 15:52:40 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=36414
Bug ID: 36414
Summary: Create flag to disable simplifyCFG.
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Linux
Status: ASSIGNED
Severity: enhancement
Priority: P
Component: new bugs
Assignee: mascasa at google.com
Reporter: mascasa at google.com
CC: kcc at google.com, llvm-bugs at lists.llvm.org
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.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180216/1d2f64f2/attachment.html>
More information about the llvm-bugs
mailing list