[all-commits] [llvm/llvm-project] aa9360: [runtimes] Fix umbrella component targets

Shoaib Meenai via All-commits all-commits at lists.llvm.org
Sat Jun 12 19:50:38 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aa93603ff6a4bfd92c64e4f75d60ae9c84d5cdf5
      https://github.com/llvm/llvm-project/commit/aa93603ff6a4bfd92c64e4f75d60ae9c84d5cdf5
  Author: Shoaib Meenai <smeenai at fb.com>
  Date:   2021-06-12 (Sat, 12 Jun 2021)

  Changed paths:
    M llvm/runtimes/CMakeLists.txt

  Log Message:
  -----------
  [runtimes] Fix umbrella component targets

When we're building the runtimes for multiple platform targets, we
create umbrella build targets for each distribution component, but those
targets didn't have any dependencies and were just no-ops. Make the
umbrella target depend on the sub-targets for each platform to fix this,
which is consistent with the behavior of the umbrella targets for each
runtime, and also consistent with the behavior when we've only specified
the default target.




More information about the All-commits mailing list