[PATCH] D73550: Prevent building with MSVC 14.24
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 28 07:17:40 PST 2020
aganea added inline comments.
================
Comment at: llvm/include/llvm/Support/Compiler.h:32
+// on llvm-dev Jan 21-23 2020.
+#error "MSVC 19.24 version of MSVC is known to miscompile LLVM."
+#endif
----------------
Maybe better to indicate which version of VS this corresponds to.
#error "MSVC 19.24 **(Visual Studio 2019 version 16.4)** is known to miscompile LLVM. **Please upgrade.**"
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73550/new/
https://reviews.llvm.org/D73550
More information about the llvm-commits
mailing list