[llvm] r342506 - [benchmark] Mention another cherry-picked change in README.LLVM. NFC.

Martin Storsjo via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 18 12:31:09 PDT 2018


Author: mstorsjo
Date: Tue Sep 18 12:31:09 2018
New Revision: 342506

URL: http://llvm.org/viewvc/llvm-project?rev=342506&view=rev
Log:
[benchmark] Mention another cherry-picked change in README.LLVM. NFC.

This was cherry-picked in SVN r342450.

Modified:
    llvm/trunk/utils/benchmark/README.LLVM

Modified: llvm/trunk/utils/benchmark/README.LLVM
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/benchmark/README.LLVM?rev=342506&r1=342505&r2=342506&view=diff
==============================================================================
--- llvm/trunk/utils/benchmark/README.LLVM (original)
+++ llvm/trunk/utils/benchmark/README.LLVM Tue Sep 18 12:31:09 2018
@@ -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




More information about the llvm-commits mailing list