[PATCH] D118159: [CMake][MSVC] Add include path to crt headers when enabling sanitizers.

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 25 12:19:27 PST 2022


rnk added a comment.

Can we use `__has_include` instead? I think that would be simpler, which I'd prefer. MSVC claims to support it:
https://docs.microsoft.com/en-us/cpp/overview/visual-cpp-language-conformance?view=msvc-170


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118159/new/

https://reviews.llvm.org/D118159



More information about the llvm-commits mailing list