diff options
Diffstat (limited to 'llvm/utils/benchmark/README.LLVM')
-rw-r--r-- | llvm/utils/benchmark/README.LLVM | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/llvm/utils/benchmark/README.LLVM b/llvm/utils/benchmark/README.LLVM index 49e47327a97..1b6f62d61e4 100644 --- a/llvm/utils/benchmark/README.LLVM +++ b/llvm/utils/benchmark/README.LLVM @@ -1,9 +1,13 @@ LLVM notes ---------- -This directory contains the Google Benchmark source code. This directory is -under a different license than LLVM. +This directory contains the Google Benchmark source code. Currently, the checked +Benchmark library version is v1.4.1. + +This directory is under a different license than LLVM. Changes: * Bazel BUILD files are removed from the library +* https://github.com/google/benchmark/commit/f85304e4e3a0e4e1bf15b91720df4a19e90b589f + is applied on top of the v1.4.1 to silence compiler warnings |