[PATCH] D73550: Prevent building with MSVC 14.24
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 29 13:49:55 PST 2020
mehdi_amini added a comment.
I have concern with this patch: this is a big hammer that blocks building *anything* using LLVM even if it does not involve any of the code path that is problematic.
I would rather see this implemented as a CMake check and a flag that can override/disable the check.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73550/new/
https://reviews.llvm.org/D73550
More information about the llvm-commits
mailing list