[all-commits] [llvm/llvm-project] dabd23: [CMake] Support injecting extra dependencies for p...

Petr Hosek via All-commits all-commits at lists.llvm.org
Tue Nov 29 22:13:52 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dabd2391765154848d35f172fbbeb68c88ff9dd4
      https://github.com/llvm/llvm-project/commit/dabd2391765154848d35f172fbbeb68c88ff9dd4
  Author: Petr Hosek <phosek at google.com>
  Date:   2022-11-30 (Wed, 30 Nov 2022)

  Changed paths:
    M clang/utils/perf-training/CMakeLists.txt
    M llvm/docs/AdvancedBuilds.rst

  Log Message:
  -----------
  [CMake] Support injecting extra dependencies for perf-training

It may be necessary to build additional targets before running
perf-training, the typical use case would be builtins and runtimes.

This change allows users to specify those dependencies as:

  set(CLANG_PERF_TRAINING_DEPS builtins runtimes CACHE STRING "")

Differential Revision: https://reviews.llvm.org/D138974




More information about the All-commits mailing list