File: README.LLVM

package info (click to toggle)
llvm-toolchain-11 1%3A11.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 995,808 kB
  • sloc: cpp: 4,767,656; ansic: 760,916; asm: 477,436; python: 170,940; objc: 69,804; lisp: 29,914; sh: 23,855; f90: 18,173; pascal: 7,551; perl: 7,471; ml: 5,603; awk: 3,489; makefile: 2,573; xml: 915; cs: 573; fortran: 503; javascript: 452
file content (24 lines) | stat: -rw-r--r-- 1,131 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
LLVM notes
----------

This directory contains the Google Benchmark source code with some unnecessary
files removed. Note that this directory is under a different license than
libc++.

Changes:
* https://github.com/google/benchmark/commit/4abdfbb802d1b514703223f5f852ce4a507d32d2
  is applied on top of
  https://github.com/google/benchmark/commit/4528c76b718acc9b57956f63069c699ae21edcab
  to add RISC-V timer support.
* https://github.com/google/benchmark/commit/8e48105d465c586068dd8e248fe75a8971c6ba3a
  is applied on top of
  https://github.com/google/benchmark/commit/4528c76b718acc9b57956f63069c699ae21edcab
  to fix cross-build from linux to windows via MinGW.
* https://github.com/google/benchmark/commit/a77d5f70efaebe2b7e8c10134526a23a7ce7ef35
  and
  https://github.com/google/benchmark/commit/ecc1685340f58f7fe6b707036bc0bb1fccabb0c1
  are applied on top of
  https://github.com/google/benchmark/commit/8e48105d465c586068dd8e248fe75a8971c6ba3a
  to fix timestamp-related inline asm issues and 32-bit RISC-V build failures.
  The second cherrypicked commit fixes formatting issues introduced by the
  preceding change.