[all-commits] [llvm/llvm-project] a8cd93: [runtimes][NFC] Colocate handling of LLVM_ENABLE_P...

Louis Dionne via All-commits all-commits at lists.llvm.org
Wed Aug 24 08:11:38 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a8cd9396c7623d0496aab3f019cf1f8931f2a0e5
      https://github.com/llvm/llvm-project/commit/a8cd9396c7623d0496aab3f019cf1f8931f2a0e5
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2022-08-24 (Wed, 24 Aug 2022)

  Changed paths:
    M llvm/CMakeLists.txt
    M llvm/runtimes/CMakeLists.txt
    M runtimes/CMakeLists.txt

  Log Message:
  -----------
  [runtimes][NFC] Colocate handling of LLVM_ENABLE_PROJECTS and LLVM_ENABLE_RUNTIMES

This will make the following patches to migrate projects off of the
LLVM_ENABLE_PROJECTS build onto the LLVM_ENABLE_RUNTIMES build much
easier to comprehend. This patch should be a NFC since it keeps the
same set of runtimes being built by default.

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




More information about the All-commits mailing list