[all-commits] [llvm/llvm-project] 1f1369: [sanitizers] Fix building on case sensitive mingw ...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Fri Jul 16 23:35:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f1369e4769945e3d975bc4d7c7a9db30ed47b04
https://github.com/llvm/llvm-project/commit/1f1369e4769945e3d975bc4d7c7a9db30ed47b04
Author: Martin Storsjö <martin at martin.st>
Date: 2021-07-17 (Sat, 17 Jul 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_win.cpp
Log Message:
-----------
[sanitizers] Fix building on case sensitive mingw platforms
Make synchronization.lib all lowercase name for mingw, where casing matters.
This fixes building after 6d160abd7eba73031a2af500981f8ef44bd75ee4.
More information about the All-commits
mailing list