[PATCH] D51885: [CMake] [MinGW] Build address sanitizer for MinGW
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 10 13:34:16 PDT 2018
mstorsjo added a comment.
In https://reviews.llvm.org/D51885#1229529, @rnk wrote:
> Does it build with GCC, clang, or both?
I've only tested with clang. In general I would think that GCC mostly supports most of the same things with `-fms-extensions`, but I haven't tried (I don't know what the state is of actually instrumenting for asan for windows targets in gcc either). But the thing that most certainly won't work, are the `/include:` and `/alternatename:` options in embedded linker directives, if attempting to link with ld.bfd.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D51885
More information about the llvm-commits
mailing list