From ee679e10bbd2f9d66ecc04cac0678ffe7082f83a Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Tue, 18 Sep 2018 19:31:09 +0000 Subject: [PATCH] [benchmark] Mention another cherry-picked change in README.LLVM. NFC. This was cherry-picked in SVN r342450. llvm-svn: 342506 --- llvm/utils/benchmark/README.LLVM | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/utils/benchmark/README.LLVM b/llvm/utils/benchmark/README.LLVM index 332632a..b425ec7 100644 --- a/llvm/utils/benchmark/README.LLVM +++ b/llvm/utils/benchmark/README.LLVM @@ -15,3 +15,5 @@ Changes: is applied to comply with the LLVM's required CMake version * https://github.com/google/benchmark/commit/f0901417c89d123474e6b91365029cfe32cf89dc is applied to fix 32-bit build failure on macOS +* https://github.com/google/benchmark/commit/52613079824ac58d06c070aa9fbbb186a5859e2c + is applied to fix cross compilation with MinGW headers -- 2.7.4