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: unassignedb...@nondot.org
          Reporter: jva...@gmail.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to