https://bugs.llvm.org/show_bug.cgi?id=41387

            Bug ID: 41387
           Summary: -fsanitize=bounds disables coverage information
           Product: compiler-rt
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: compiler-rt
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

Building with "-fsanitize=bounds" disables coverage information if specified
using
"-fsanitize-coverage=inline-8bit-counters,pc-table,indirect-calls,trace-cmp",
but not if specified using "-fsanitize=fuzzer-no-link".

See the following examples:

fuzzer-no-link: https://godbolt.org/z/gGXrAR
fsantize-coverage: https://godbolt.org/z/vGDpH4

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to