[all-commits] [llvm/llvm-project] ab737d: [fuzzer] Fix building on case sensitive mingw plat...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Thu Aug 5 22:53:37 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab737d5367cdea30df71ef66f87fe2c6d88e7246
https://github.com/llvm/llvm-project/commit/ab737d5367cdea30df71ef66f87fe2c6d88e7246
Author: Martin Storsjö <martin at martin.st>
Date: 2021-08-06 (Fri, 06 Aug 2021)
Changed paths:
M compiler-rt/lib/fuzzer/FuzzerExtraCountersWindows.cpp
Log Message:
-----------
[fuzzer] Fix building on case sensitive mingw platforms
Include windows.h with an all lowercase filename; Windows SDK headers
aren't self consistent so they can't be used in an entirely
case sensitive setting, and mingw headers use all lowercase names
for such headers.
This fixes building after 881faf41909b47376595e8d7bb9c9a109182d20b.
More information about the All-commits
mailing list