[llvm-bugs] [Bug 39775] New: Documentation platform support (Windows) out-of-date

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Nov 25 04:22:22 PST 2018


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

            Bug ID: 39775
           Summary: Documentation platform support (Windows) out-of-date
           Product: compiler-rt
           Version: 7.0
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: compiler-rt
          Assignee: unassignedbugs at nondot.org
          Reporter: jvapen at gmail.com
                CC: llvm-bugs at lists.llvm.org

Looking at the documentation of UBSan and TSan, one can conclude that neither
support Windows.
However, when compiling with: -fsanitize=undefined,thread I get an error that
'thread' aint supported while not getting this for 'undefined'.


Similar can be said for Asan, where the documentation doesn't include 'Windows'
as supported platform, however, the documentation of Mozilla to work with it
conflicts this:
https://developer.mozilla.org/en-US/docs/Mozilla/Testing/Firefox_and_Address_Sanitizer

Would it be possible to update the state of the different platforms (especially
Windows (clang-cl))

-- 
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/20181125/e11dcf64/attachment.html>


More information about the llvm-bugs mailing list