[all-commits] [llvm/llvm-project] 504d8d: [libc] Fixing the build command for benchmarks.

Anthony Steinhauser via All-commits all-commits at lists.llvm.org
Thu May 28 11:20:04 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 504d8d9d8a20fae1717bcf65dbc7577d0f26ffd7
      https://github.com/llvm/llvm-project/commit/504d8d9d8a20fae1717bcf65dbc7577d0f26ffd7
  Author: Anthony Steinhauser <asteinhauser at google.com>
  Date:   2020-05-28 (Thu, 28 May 2020)

  Changed paths:
    M libc/utils/benchmarks/README.md

  Log Message:
  -----------
  [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




More information about the All-commits mailing list