[all-commits] [llvm/llvm-project] 332170: [flang] Fix multi-config generator builds.
David Truby via All-commits
all-commits at lists.llvm.org
Thu Jul 30 01:57:39 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 332170356e35ea9cdc2c1d612b61a50ec5ea322e
https://github.com/llvm/llvm-project/commit/332170356e35ea9cdc2c1d612b61a50ec5ea322e
Author: David Truby <david.truby at arm.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M flang/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.
Summary:
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.
Reviewers: sscalpone, richard.barton.arm
Subscribers: mgorny, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D84022
More information about the All-commits
mailing list