[benchmark] Fix win32 link on case-sensitive fs
authorRoman Lebedev <lebedev.ri@gmail.com>
Tue, 30 Jul 2019 20:47:59 +0000 (20:47 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Tue, 30 Jul 2019 20:47:59 +0000 (20:47 +0000)
commit1e4a094b37a1aa32d860dd036dd7f1fffb18ba9c
tree9151679484fc267a7b0b754781a64023c2dbb12b
parent9aff33bb95034ded5a6df01ca12f4d5cc0afc277
[benchmark] Fix win32 link on case-sensitive fs

Summary: This fixes cross-builds with MinGW from case-sensitive file-systems (on Linux)

This is a cherry-pick from
https://github.com/google/benchmark/pull/840
https://github.com/google/benchmark/commit/8e48105d465c586068dd8e248fe75a8971c6ba3a

Original patch by: @jschueller (Julien Schueller) !

Differential Revision: https://reviews.llvm.org/D61371

llvm-svn: 367356
libcxx/utils/google-benchmark/README.LLVM
libcxx/utils/google-benchmark/src/CMakeLists.txt
llvm/utils/benchmark/README.LLVM
llvm/utils/benchmark/src/CMakeLists.txt