[all-commits] [llvm/llvm-project] 621681: [Flang] Fix multi-config generator builds

Andrzej WarzyƄski via All-commits all-commits at lists.llvm.org
Wed Aug 5 01:00:50 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 621681e3e59241c2ba9a4ac59047c46cdcc3c947
      https://github.com/llvm/llvm-project/commit/621681e3e59241c2ba9a4ac59047c46cdcc3c947
  Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
  Date:   2020-08-05 (Wed, 05 Aug 2020)

  Changed paths:
    M flang/CMakeLists.txt
    M flang/test/CMakeLists.txt
    M flang/test/lit.cfg.py
    M flang/test/lit.site.cfg.py.in
    M flang/tools/f18/CMakeLists.txt

  Log Message:
  -----------
  [Flang] Fix multi-config generator builds

Based on https://reviews.llvm.org/D84022 with additional changes to
maintain out-of-tree builds.

Original commit message:
Currently the binaries are output directly into the bin subdirectory of
the build directory. This doesn't work correctly with multi-config
generators which should output the binaries into <CONFIG_NAME>/bin
instead.

The original patch was implemented by David Truby and the additional
changes added here were also proposed by David Truby.

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

Co-authored-by: David Truby <david.truby at arm.com>




More information about the All-commits mailing list