diff options
Diffstat (limited to 'llvm/utils/benchmark/README.LLVM')
-rw-r--r-- | llvm/utils/benchmark/README.LLVM | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/utils/benchmark/README.LLVM b/llvm/utils/benchmark/README.LLVM index d2aa87e86e7..e3668ce5c08 100644 --- a/llvm/utils/benchmark/README.LLVM +++ b/llvm/utils/benchmark/README.LLVM @@ -25,3 +25,5 @@ Changes: and hardcoded a null version * https://github.com/google/benchmark/commit/4abdfbb802d1b514703223f5f852ce4a507d32d2 is applied on top of v1.4.1 to add RISC-V timer support. +* https://github.com/google/benchmark/commit/8e48105d465c586068dd8e248fe75a8971c6ba3a + is applied on top of v1.4.1 to fix cross-build from linux to windows via MinGW. |