[all-commits] [llvm/llvm-project] 156136: [ORC_RT][COFF] Fix cross compilation with mingw he...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Sun Aug 14 04:27:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 156136502b73a53192f21fc0477263e76a17a9b9
https://github.com/llvm/llvm-project/commit/156136502b73a53192f21fc0477263e76a17a9b9
Author: Martin Storsjö <martin at martin.st>
Date: 2022-08-14 (Sun, 14 Aug 2022)
Changed paths:
M compiler-rt/lib/orc/coff_platform.cpp
Log Message:
-----------
[ORC_RT][COFF] Fix cross compilation with mingw headers
Mingw headers are all lowercase, and can be used for cross compilation
from case sensitive file systems.
The official Windows SDK headers aren't self-consistent wrt upper/lower
case, so those headers can't be used on case sensitive systems without
a layer providing case insensitivity anyway.
This matches other includes of windows.h throughout the codebase.
More information about the All-commits
mailing list