README.LLVM 669 B

12345678910111213141516
  1. LLVM notes
  2. ----------
  3. This directory contains the Google Benchmark source code with some unnecessary
  4. files removed. Note that this directory is under a different license than
  5. libc++.
  6. Changes:
  7. * https://github.com/google/benchmark/commit/4abdfbb802d1b514703223f5f852ce4a507d32d2
  8. is applied on top of
  9. https://github.com/google/benchmark/commit/4528c76b718acc9b57956f63069c699ae21edcab
  10. to add RISC-V timer support.
  11. * https://github.com/google/benchmark/commit/8e48105d465c586068dd8e248fe75a8971c6ba3a
  12. is applied on top of
  13. https://github.com/google/benchmark/commit/4528c76b718acc9b57956f63069c699ae21edcab
  14. to fix cross-build from linux to windows via MinGW.