[all-commits] [llvm/llvm-project] 042a2e: [Support] Fix WS2_32 casing
Shoaib Meenai via All-commits
all-commits at lists.llvm.org
Wed Dec 13 19:02:26 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 042a2e8932984e6c9f2017cbabb5bc66ad5419ce
https://github.com/llvm/llvm-project/commit/042a2e8932984e6c9f2017cbabb5bc66ad5419ce
Author: Shoaib Meenai <smeenai at fb.com>
Date: 2023-12-13 (Wed, 13 Dec 2023)
Changed paths:
M llvm/lib/Support/CMakeLists.txt
M llvm/test/tools/llvm-config/system-libs.windows.test
Log Message:
-----------
[Support] Fix WS2_32 casing
The file name is WS2_32.Lib in all the Windows SDK versions I looked at.
You can get away with the incorrect casing on a case-insensitive file
system but it can matter for cross-compilation.
More information about the All-commits
mailing list