llvm-project/libc/utils
Anthony Steinhauser 504d8d9d8a [libc] Fixing the build command for benchmarks.
Building libc without clang fails with:
CMake Error at /home/asteinhauser/llvm-project/libc/CMakeLists.txt:49 (message):
'clang' and 'clang-tools-extra' are required in LLVM_ENABLE_PROJECTS to
lint llvm-libc. The linting step performs important checks to help prevent
the introduction of subtle bugs, but it may increase build times.

Reviewers: sivachandra

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D80495
2020-05-28 11:19:20 -07:00
..
CPP [libc] Improve information printed on failure of a math test which uses MPFR. 2020-05-05 10:26:29 -07:00
FPUtil [libc] Add implementation of fabs and fabsf. 2020-05-15 11:10:43 -07:00
HdrGen [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
MPFRWrapper [libc][NFC][Obvious] Convert the MPFR operations enum to an enum class. 2020-05-26 22:26:41 -07:00
UnitTest [libc] Add fully-qualified target names. 2020-04-10 18:01:52 -07:00
benchmarks [libc] Fixing the build command for benchmarks. 2020-05-28 11:19:20 -07:00
buildbot [libc] NFC: Fix trivial typo in comments, documents, and messages 2020-04-06 16:19:34 +09:00
testutils [libc] Fix warnings on release build. 2020-05-07 11:56:11 -07:00
CMakeLists.txt [libc] Consolidate floating point utils into a single utils library. 2020-05-15 11:08:41 -07:00