[LLVMbugs] [Bug 21150] New: sanitizer suppression including line number

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Oct 3 12:26:41 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=21150

            Bug ID: 21150
           Summary: sanitizer suppression including line number
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: bill.torpey at ullink.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

It would be (very!) helpful to be able to match both file and line number in
suppression entries for thread sanitizer.

For example, a suppression entry similar to following does not match anything:

race:ITimerTest.cpp:86

There is no indication in output that the above suppression entry is malformed.

Given that the line number is reported in the output, it would seem that it
*should* be possible to match against line number as well as file.

Thanks!

-- 
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/20141003/eee75e43/attachment.html>


More information about the llvm-bugs mailing list