[PATCH] D58765: [sanitizers] Don't use Windows Trace Logging on MinGW
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 1 00:08:07 PST 2019
mstorsjo added a comment.
In D58765#1414329 <https://reviews.llvm.org/D58765#1414329>, @mcgov wrote:
> @rnk that suggestion works. I'll start testing mingw along with msvc before I commit in the future.
Also do note that building sanitizers for mingw isn't entirely trivial; it requires both Clang and LLD, so normal mingw setups won't work. Prebuilt toolchains (with all defaults set up in the right way) are available at https://github.com/mstorsjo/llvm-mingw/releases in case that helps you get set up.
As this is a rather niche setup, I wouldn't expect you to test it all the time though - if anything breaks, I notice soon and hopefully can resolve it after the fact.
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58765/new/
https://reviews.llvm.org/D58765
More information about the llvm-commits
mailing list