[all-commits] [llvm/llvm-project] d6623d: [runtimes] Create Tests.cmake if it does not exist

Petr Hosek via All-commits all-commits at lists.llvm.org
Thu Mar 31 00:51:52 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d6623d72461b5a1ed3bd3ac966d14329e5b0f851
      https://github.com/llvm/llvm-project/commit/d6623d72461b5a1ed3bd3ac966d14329e5b0f851
  Author: Petr Hosek <phosek at google.com>
  Date:   2022-03-31 (Thu, 31 Mar 2022)

  Changed paths:
    M llvm/runtimes/CMakeLists.txt

  Log Message:
  -----------
  [runtimes] Create Tests.cmake if it does not exist

This is necessary so that Tests.cmake is always included in the
generated build file and any changes made by subbuilds are detected
without needing to rerun CMake.

This is equivalent to an earlier version of D121647.

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




More information about the All-commits mailing list