[cfe-dev] Replacing LLVM_ON_WIN32 with just _WIN32

Nico Weber via cfe-dev cfe-dev at lists.llvm.org
Mon Apr 2 11:30:55 PDT 2018


Hi,

LLVM_ON_WIN32 is true exactly when the compiler-set _WIN32 is set. I'd like
to just replace LLVM_ON_WIN32 with just _WIN32 everywhere -- _WIN32 doesn't
require a custom header file, and we already are inconsistent about which
of the two versions we should use in the codebase.

Let me know if you see any problems with this plan, else I'll do the switch
in a week or so.

Nico
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20180402/f44c2189/attachment.html>


More information about the cfe-dev mailing list