[all-commits] [llvm/llvm-project] 357731: [CMake][runtimes] Pass the CMAKE_ARGS to runtimes ...

Petr Hosek via All-commits all-commits at lists.llvm.org
Wed Jul 15 09:59:13 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3577317b6d6b6e3fc4ae42b79900968620571886
      https://github.com/llvm/llvm-project/commit/3577317b6d6b6e3fc4ae42b79900968620571886
  Author: Petr Hosek <phosek at google.com>
  Date:   2020-07-15 (Wed, 15 Jul 2020)

  Changed paths:
    M llvm/runtimes/CMakeLists.txt

  Log Message:
  -----------
  [CMake][runtimes] Pass the CMAKE_ARGS to runtimes build correctly

We were relying on CMAKE_ARGS argument to be passed to subbuild, but
this argument was never properly defined. This patch addresses that.

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




More information about the All-commits mailing list