[PATCH] D112399: Get Bazel building `//clang` on Windows with clang-cl.
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 25 18:29:48 PDT 2021
thakis added inline comments.
================
Comment at: clang/include/clang/Basic/Builtins.def:1059
+#undef strcasecmp
+#undef strncasecmp
+
----------------
Why do we need this with bazel but not with other windows builds?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112399/new/
https://reviews.llvm.org/D112399
More information about the cfe-commits
mailing list