[all-commits] [llvm/llvm-project] cdbd29: [Support] Fix building for mingw on a case sensiti...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Fri Jun 19 14:41:54 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cdbd299800806f5c4569da160c3b80d443232f09
https://github.com/llvm/llvm-project/commit/cdbd299800806f5c4569da160c3b80d443232f09
Author: Martin Storsjö <martin at martin.st>
Date: 2020-06-20 (Sat, 20 Jun 2020)
Changed paths:
M llvm/lib/Support/Windows/Program.inc
Log Message:
-----------
[Support] Fix building for mingw on a case sensitive file system
This fixes cross building on a case sensitive file system after
2e613d2ded2c465bd06bd3cac30ffb4576bf72cc. (The official Windows
SDKs don't have self-consistent casing and can't be used as such on
case sentisive file systems without case fixups, while mingw headers
consistently use lower case.)
More information about the All-commits
mailing list