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

            Bug ID: 49035
           Summary: fsanitize-coverage: Support function attribute
                    no_sanitize("coverage")
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected]

Currently it is not possible to use no_sanitize("coverage") to disable coverage
instrumentation.

This came up in the context of constraints for certain Linux kernel functions:
https://lkml.kernel.org/r/CANpmjNPNa2f=kaf6c199oyvj0isyirqrgxeoblxa9pmaksx...@mail.gmail.com
 --  The current workaround on x86 is to turn calls to __sanitizer_cov_* into
nops, however, for other architectures no such support is implemented but will
be required eventually.

-- 
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