[cfe-dev] LLVM sanitizer on Windows

Hayden Livingston via cfe-dev cfe-dev at lists.llvm.org
Mon May 21 10:21:51 PDT 2018


Thanks. I'm trying to see if ASan will catch unaligned accesses. As I
port my code to ARM64 .. I'm worried about the years of unaligned
access my code has been accruing.

On Mon, May 21, 2018 at 9:56 AM, Reid Kleckner <rnk at google.com> wrote:
> Only ASan and UBSan work on Windows. MSan and TSan have not been ported.
>
> On Fri, May 18, 2018 at 10:29 PM Hayden Livingston via cfe-dev
> <cfe-dev at lists.llvm.org> wrote:
>>
>> Given the success of the Chromium, Clang and LLVM community to use
>> Clang to build Chromium I'm assuming they didn't let go of sanitizer
>> support.
>>
>> So if they have it, can we too?
>>
>> Is there also a guide to clang and llvm as the backed for compiling on
>> Windows?
>> _______________________________________________
>> cfe-dev mailing list
>> cfe-dev at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev



More information about the cfe-dev mailing list