This fixes cross-builds with MinGW from case-sensitive file-systems (on Linux)
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
https://github.com/google/benchmark/blob/master/src/CMakeLists.txt
Yes, please create a pull request on google-benchmark's github first
Comment Actions
- Please note there is one more copy of benchmark, in testsuite repo. Not sure if you care about that one, but it may be better to fix this in all of them at once.
- There is a llvm/utils/benchmark/README.LLVM and libcxx/utils/google-benchmark/README.LLVM (and in testsuite, if you change that one too) that needs to be updated to document this cherry-pick from upstream.
Comment Actions
@jschueller never replied there, so it got stuck.
I could take that over, but i'd need an *explicit* acknowledgement that it is ok to steal that from @jschueller from @jschueller.
Comment Actions
Submitted
https://github.com/google/benchmark/pull/840
yesterday, it just landed.
Please update README.llvm in these bundled copies to reflect this cherry-pick.
(BTW, there is one more copy, in test-suite, not sure if that matters)