[PATCH] D95750: [CMake] [MinGW] Enable use of LLVM_USE_SANITIZER in a MinGW environment
Tobias Hieta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 31 23:41:17 PST 2021
thieta added a comment.
I can see it both ways - I like when CMake tells me if a configuration is not supported - but on the other hand this is probably a pretty easy to spot in the compiler error what's wrong. I guess the section could be replaced with actually trying to compile a snippet with TryCompile with the sanitizer flag instead and replace the specific flag check.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95750/new/
https://reviews.llvm.org/D95750
More information about the llvm-commits
mailing list