[all-commits] [llvm/llvm-project] b1da8e: [runtimes] Fix installation for LLVM_RUNTIME_DISTR...

Shoaib Meenai via All-commits all-commits at lists.llvm.org
Mon Jan 27 17:00:49 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b1da8eba60f604f559d59c38d5fd130e477239a3
      https://github.com/llvm/llvm-project/commit/b1da8eba60f604f559d59c38d5fd130e477239a3
  Author: Shoaib Meenai <smeenai at fb.com>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    M llvm/runtimes/CMakeLists.txt

  Log Message:
  -----------
  [runtimes] Fix installation for LLVM_RUNTIME_DISTRIBUTION_COMPONENTS

The installation target we create should trigger the corresponding
installation target in the runtimes external project.

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


  Commit: a308b98ecbb03820e3b30cc1323493ac21a6040e
      https://github.com/llvm/llvm-project/commit/a308b98ecbb03820e3b30cc1323493ac21a6040e
  Author: Shoaib Meenai <smeenai at fb.com>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    M llvm/runtimes/CMakeLists.txt

  Log Message:
  -----------
  [runtimes] Support install-*-stripped targets

This is needed to support including runtime targets in
LLVM_DISTRIBUTION_COMPONENTS.

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


  Commit: 3a5acdc963634ab971fc834dacddacbfd965e985
      https://github.com/llvm/llvm-project/commit/3a5acdc963634ab971fc834dacddacbfd965e985
  Author: Shoaib Meenai <smeenai at fb.com>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    M llvm/.gitignore

  Log Message:
  -----------
  [llvm] Fix file ignoring inside directories

We have some ! patterns in the .gitignore (for the projects and runtimes
directories), and those patterns end up overriding the previous file
ignores, such that e.g. a .swp file inside the runtimes directory isn't
ignored. Move the file ignores last to ensure they take effect.

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


Compare: https://github.com/llvm/llvm-project/compare/f60671f049bc...3a5acdc96363


More information about the All-commits mailing list