Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / third-party / benchmark / docs / dependencies.md
blob7af52b95bd86e306c2090182189acd742dda623f
1 # Build tool dependency policy
3 To ensure the broadest compatibility when building the benchmark library, but
4 still allow forward progress, we require any build tooling to be available for:
6 * Debian stable _and_
7 * The last two Ubuntu LTS releases
9 Currently, this means using build tool versions that are available for Ubuntu
10 18.04 (Bionic Beaver), Ubuntu 20.04 (Focal Fossa), and Debian 11 (bullseye).
12 _Note, CI also runs ubuntu-16.04 and ubuntu-14.04 to ensure best effort support
13 for older versions._
15 ## cmake
16 The current supported version is cmake 3.5.1 as of 2018-06-06.
18 _Note, this version is also available for Ubuntu 14.04, an older Ubuntu LTS
19 release, as `cmake3`._