[PATCH] D62034: compiler-rt/lib/builtins: s/#include <windows.h>/#include <Windows.h>/g to match proper case.

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 16:13:33 PDT 2019


smeenai added reviewers: mstorsjo, rnk.
smeenai added a comment.

I believe MinGW lowercases all their headers, so that's the convention LLVM has been following, since cross-compilation using the Windows SDK generally involves some sort of case correction (through VFS overlays or CIOPFS or similar) anyway.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62034





More information about the llvm-commits mailing list